File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ ps: uid means filter uid
11
11
```
12
12
Usage: ./eBPFDexDumper <uid> <pathToLibart> <offsetExecute(hex)> <offsetExecuteNterpImpl(hex)> <offsetVerifyClass(hex)> <outputPath>
13
13
Example ( if Auto get offset ): ./eBPFDexDumper 10244 /apex/com.android.art/lib64/libart.so 0 0 0 /data/local/tmp/dexfile
14
- Example (if get offset failed): ./eBPFDexDumper 10244 /apex/com.android.art/lib64/libart.so 0x473E48 0x473E48 0x3D9F18 /data/local/tmp/dexfile
14
+ Example (if get offset failed): ./eBPFDexDumper 10244 /apex/com.android.art/lib64/libart.so 0x473E48 0x200090 0x3D9F18 /data/local/tmp/dexfile
15
15
```
16
16
![ image] ( https://github.com/user-attachments/assets/43e9d9ac-c56c-4dd7-9349-8d4fed1b6207 )
17
17
![ image] ( https://github.com/user-attachments/assets/565d1761-baa2-42cc-99c6-47eae703fee1 )
You can’t perform that action at this time.
0 commit comments