Home >Operation and Maintenance >Safety >What is the method to dynamically export dex files in Android
Search for art
PS: Little knowledge
The system functions before Android 4.4 are in libdvm.so
After Android 5.0, the system function is in libart.so
Search for the Openmemory function in libart.so and follow it.
PS: Little knowledge
Generally speaking, the system dex will be loaded in this function, but there will be a problem, which will be discussed later.
is successfully disconnected and runs to the place where we disconnected.
Open the register window and you can see that R1 is our dex
Then open R1 in the Hex window.
#It is obvious to see the binary structure of the dex file. If you don’t understand, you can look at the previous dex file analysis.
The first key information: Address offset: 0xF35CA328
## Use a hexadecimal adder to add, F35DD898
4. dump
4.2 Script dump run
4.3 Successful dump
The above is the detailed content of What is the method to dynamically export dex files in Android. For more information, please follow other related articles on the PHP Chinese website!