(Dynamic debugging is a very important step in reverse analysis of Android apps, so share some of the steps used in dynamic debugging.)

1. Locate the module function in the module window



CTRL +F in the module window to find the module to be located, and then left-click on the module will jump to all the function information of the module

Click on the location function with the left mouse button, and it will jump to the code of the function, and you can analyze the data at the breakpoint under the function.

 

2. When we Ctrl+S to search for so to analyze, we need to find that so has the execution permission, which is marked with X, indicating that so has the execution permission

3. Strip the debugging process

4. View the list of all breakpoints during dynamic debugging

Use shortcut keys CTRL +Alt+B or in the window Debugger–>BreakPoints–>BreakPoint list