Skip to content
This repository was archived by the owner on Feb 21, 2026. It is now read-only.

Batchhh/SilentPwn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SilentPwn 🕵️‍♂️🔓

This repo has been archieved, you are free to fork it and update it!

Overview

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.

Video Menu Preview

🚀 Features

Memory Hooking

  • Runtime method interception
  • Hook by memory address or symbol name
  • Preserve original method functionality

Configuration Management

  • Centralized global configuration
  • Debug mode support
  • Customizable runtime settings

Dynamic Menu System

  • Interactive UI elements
  • Slider and toggle controls
  • Categorized modifications

Advanced Capabilities

  • IL2CPP class utilities
  • Memory patching
  • Runtime obfuscation

🛠 Prerequisites

🔧 Download Package

Install the package

🔧 Download iPhone15.5 SDK

mv iPhoneOS15.5.sdk $THEOS/sdks/

🔧 Build

  1. Clone the repository
git clone https://github.com/Batchhh/SilentPwn.git
cd SilentPwn
  1. Build for theos
$THEOS/bin/nicify.pl . && mv Batchh_SilentPwn*.nic.tar $THEOS/templates/ios

🎉 Upload.sh

Run the script to upload the package to your device

./Upload.sh

This 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.

📖 Documentation

Detailed documentation available in wiki.md

🚧 Usage Warning

Disclaimer: This framework is for research and educational purposes. Ensure compliance with legal and ethical guidelines.

📜 License

See LICENSE for more information.

🏆 Credits

⚠️ Ethical Use Only ⚠️