/AndroidNativeScanner

Analyze Android native `.so` files

Primary LanguagePython

๐Ÿ›ก๏ธ Android Native Scanner (.so Edition)

Analyze Android native .so files for:

  • ๐Ÿ” Hardcoded tokens, API keys, JWTs
  • ๐ŸŒ Embedded URLs
  • ๐Ÿงจ Dangerous functions (system, exec, etc.)
  • ๐Ÿงฌ JNI method names
  • ๐Ÿงพ Base64-encoded payloads

๐Ÿš€ Usage

python3 native_scanner.py libexample.so
python3 native_scanner.py ./lib/

โœ… Output

  • Terminal scan report
  • report_*.txt log file

Made by MITSEC