This repo has been archieved, you are free to fork it and update it!
SilentPwn is an advanced iOS Mod Menu framework designed for runtime manipulation and system-level interactions. Perfect for iOS application research, game modifications, and security testing.
- Runtime method interception
- Hook by memory address or symbol name
- Preserve original method functionality
- Centralized global configuration
- Debug mode support
- Customizable runtime settings
- Interactive UI elements
- Slider and toggle controls
- Categorized modifications
- IL2CPP class utilities
- Memory patching
- Runtime obfuscation
- iPhone15.5 SDK
- IOS Development Tools
- Theos
- Objective-C++ knowledge
Install the package
mv iPhoneOS15.5.sdk $THEOS/sdks/- Clone the repository
git clone https://github.com/Batchhh/SilentPwn.git
cd SilentPwn- Build for theos
$THEOS/bin/nicify.pl . && mv Batchh_SilentPwn*.nic.tar $THEOS/templates/iosRun the script to upload the package to your device
./Upload.shThis script will automatically remove the old com.* files on the device and upload the new package, also install the package and respring the device if you want.
Detailed documentation available in wiki.md
Disclaimer: This framework is for research and educational purposes. Ensure compliance with legal and ethical guidelines.
See LICENSE for more information.
- Batchh on GitHub
- Batchh on iOSGods
- MJx0 - KittyMemory
- LeFF Obfuscate.h