Hey guys,
I am releasing VansonMod, a standalone Root Helper utility designed specifically for the TrollStore environment.
If you are on a device that supports TrollStore but cannot or do not want to jailbreak, this tool is for you. Unlike traditional tweaks that rely on code injection, VansonMod runs externally and uses Mach Kernel APIs to manipulate other running processes.
🌟 Key Features:
🧠 Cross-Process RVA Patcher:
Directly patch assembly instructions of running applications.
Smart Calculation: Input the RVA offset (from IDA/Hopper) and the tool automatically calculates the absolute address.
Safe Patching: Built-in logic to bypass memory write protection.
Presets: Includes common ARM64 hex codes such as RET True and NOP.
⚠️ Important Compatibility Note:
The RVA Patcher modifies executable code (__TEXT). On non-jailbroken devices (Stock iOS + TrollStore), AMFI may crash the target application during patching.
This feature is recommended for jailbroken users only. The Memory Scanner works safely for everyone.
🔍 Memory Scanner:
Cheat-Engine style memory scanning. Works on ALL TrollStore devices.
Supports Int8, Int16, Int32, Int64, Float, and Double value types.
Scan modes: Exact Value, Bigger, Smaller, Changed, and Unchanged.
Locking: Freeze values to prevent changes.
📱 Process Manager:
View running apps with their icons and directly attach to, kill, or launch processes.
💾 Hex Editor:
View and modify raw memory in both Hex and ASCII formats.
🌍 Multi-Language Support:
English and Simplified Chinese (auto-detection).
Screenshots:
Please see the screenshots available on the GitHub release page linked below.
Requirements:
iOS 14.0 or newer
TrollStore installed
No jailbreak required for memory scanning features
Installation:
Download the .tipa file from the link below.
Install it using TrollStore.
Enjoy!
[Hidden Content]
Credits:
Created by Vaenshine
Special thanks to: Gey1ist, Xiczee, Zoomin
Supported by: iOSGods.com
Disclaimer:
This tool is intended for educational purposes and security research only. Do not use it commercially or to disrupt the fair play of online games.
ChangeLog:
v1.6 - String Search & iPad Adaptation Optimization
String Search: Added string search function (mainly applicable to debugging scenarios).
Archive Import: Supports direct import of backup folders from the iOS "Files" App.
RVA Interface Upgrade: Displays the main program base address (supports click-to-copy), and the input box features intelligent fault tolerance.
iPad Adaptation: Fully adapted to iPad landscape mode and screen auto-rotation.
Interaction Optimization: Overall interaction improved with the addition of a jump menu function.
v1.5 - Advanced Search & Hex Editor 2.0
Advanced Search: Added Fuzzy Search (Unknown Initial Value -> Increased/Decreased) and Group Search (e.g., 500,1000).
Batch Modify: Support modifying all results with a Fixed Value or Increment Value.
Hex Editor 2.0: Completely redesigned with Split View (Hex/ASCII), synchronized scrolling, and a new Row Editor.
App Data Manager: Switched to folder-based backups for better stability and native Files app integration.
Process List: Smart filtering (auto-hides system processes) and added App Version display.
UX: Added Refresh buttons in Modifier and Memory Browser; Fixed Settings input bugs.
v1.4 - Save Manager & Optimizations
New Feature: Added Backup/Restore functionality for App Data.
New Feature: Added "Check for Updates" in Settings.
Optimization: Improved process classification logic.
Fix: Resolved an issue where process filtering would fail.
Stability: Enhanced overall stability and fixed various crashes.
v1.3 - Stability & Feature Expansion
Stability Optimization & Crash Fixes: Enhanced overall app stability and resolved crash issues to ensure reliable operation across different scenarios.
Process Filtering: Added process filtering functionality to exclude system processes, as well as processes for notifications, plugins, and widgets for a cleaner process list.
Modifier Enhancement: Optimized the Modifier module and added a refresh function for real-time value updates and improved usability.
New Feature: Memory Browser (Value): Introduced the Memory Browser (Value) feature to enable intuitive viewing and navigation of memory values with enhanced readability.
v1.2 - Feature Enhancement & UI/UX Improvements
Inline Editing for Hex Editor: Added inline editing functionality to the Hex Editor, supporting real-time preview of both hexadecimal and ASCII values.
UI Optimization: Refined the overall interface design for a more intuitive and polished user experience.
Bug Fix: Resolved the crash issue to ensure stable operation of the application.
Dedicated Favorites Button: Added an independent button for the Favorites page for quicker access.
Favorites Management: Enabled note editing and favorite deletion features for the Favorites section.
v1.1 - Safety & Stability Update
RVA Patcher Safety Check: Added environment detection for the RVA Patcher.
Principle: On non-jailbroken devices (Stock iOS + TrollStore), AMFI (Apple Mobile File Integrity) strictly enforces code signatures. - - Modifying executable code (__TEXT segment) triggers a kernel violation, causing the target app to crash immediately.
Change: The tool now warns non-jailbroken users before patching to prevent accidental app crashes. Jailbroken users are unaffected.
Optimizations: Improved stability when switching between processes.
v1.0 - Initial Release
First Public Release: The ultimate standalone memory tool for TrollStore.
Memory Scanner: Search, modify, and lock values (Int/Float/Double).
RVA Patcher: Live assembly instruction patching with auto ASLR calculation.
Process Manager: Attach to, kill, and launch apps.
Hex Editor: View and edit raw memory.
Localization: English & Simplified Chinese support.