๐ซ SoTap โ LSPosed Module
SoTap is a lightweight LSPosed module designed for runtime logging, JNI tracing, and security research on Android.
It is intended for root users who want to analyze apps, monitor native libraries, or debug JNI interactions.
๐ Features
- ๐ Trace JNI calls (GetStringUTFChars, CallMethod, etc.)
- ๐ฆ Monitor dlopen / dlsym usage
- ๐งต Log threads and register states
- ๐ Timestamped, structured logs
- ๐ Logs stored at:
/data/user/0//files/sotap.log
โ ๏ธ Requirements
- Rooted Android device
- LSPosed / Zygisk environment
- Android 8.0+ (recommended: Android 10+)
๐ฅ Installation
- Download the latest release from Releases.
- Install the APK as an LSPosed module.
- Enable it for the target app(s) inside LSPosed Manager.
- Reboot device.
๐ Usage
- After enabling, SoTap automatically hooks into the selected app(s).
- Logs will appear in:
/data/user/0//files/sotap.log
- Use
adb logcat | grep SoTapfor live logs (optional).
๐ Disclaimer
This project is for educational and research purposes only.
The developer is not responsible for any misuse.
๐ค Developer
- Telegram: Channel
- GitHub: RezaArbabBot