Analyze Android native .so files for:
- 🔐 Hardcoded tokens, API keys, JWTs
- 🌍 Embedded URLs
- 🧨 Dangerous functions (
system,exec, etc.) - 🧬 JNI method names
- 🧾 Base64-encoded payloads
python3 native_scanner.py libexample.so
python3 native_scanner.py ./lib/- Terminal scan report
report_*.txtlog file
Made by MITSEC