Skip to content

hackcatml/frida-findJNINativeMethods

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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.
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)

Usage

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

image

Contact

About

Find JNI native methods while the app is running.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published