com.pnfsoftware.jeb.core.units.code.android.IDexDynamic |
Container for dynamic dex features (Jni dynamic functions for example)
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract List<IJniEndpoint> |
getJniMethods(String javaSignature)
Retrieve the Jni methods that would match the method call.
| ||||||||||
abstract void |
registerDynamicJni(String javaSignature, IUnit lib, long jniFunctionPointer)
Register a new Dynamic Jni endpoint
|
Retrieve the Jni methods that would match the method call.
javaSignature | signature of the native Dex method |
---|
Register a new Dynamic Jni endpoint
javaSignature | signature of the native Dex method |
---|---|
lib | IUnit which contains the native function |
jniFunctionPointer | address of the native function called by Dex code |