directly define StackConsumer in frida
This commit is contained in:
parent
a0cb49fd77
commit
28f5ac772c
5 changed files with 54 additions and 84 deletions
|
|
@ -2,20 +2,3 @@
|
|||
|
||||
Collect runtime information about reflection operation done by en application to feed them to the patcher.
|
||||
|
||||
The Frida hook uses a Java class to collect the stack information, before building/installing the python package, you need to build the class:
|
||||
|
||||
```shell
|
||||
|
||||
# If the default values do not match, set the variables:
|
||||
#
|
||||
# JAVAC: path to the java compiler
|
||||
# ANDROID_SDK: path to the android sdk
|
||||
# VERSION: Android SDK version to use
|
||||
# D8: path to the d8 executable
|
||||
# ANDROID_JAR: path to the android.jar file to link
|
||||
# BUILD_F: build folder (will be delated if exist)
|
||||
# OUT_FILE: the file where to put the b64 of the compiled dex
|
||||
|
||||
bash consumer/build.sh
|
||||
poetry build # / poetry install / pip install .
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue