Home

Awesome

frida-findJNINativeMethods

Literally, find the JNINativeMethod structure in memory while the app is running, and print out the class, method, method signature, function address, and function offset.<br> This is for people who cannot perform early instrumentation to hook JNIRegisterNatives to obtain JNI native methods. (e.g., cannot spawn the app but can attach to it)<br>

Usage

  1. Attach
frida -UF -l script.js
  1. Find
Call init(<moduleName>) on terminal(e.g., init("libart.so"))

image

Contact