📲
📲
📲
📲
Android Reversing with Frida for Examiners
Authors:
M. Williamson
C. Atha
Search
⌃K
Links
Android Reversing for Examiners
Setting Up
Prerequisites
Our Target: Private Photo Vault
Lab
[1] Lab setup and initial app exploration
[2] Perform static analysis to locate some functions of interest
[3] Deploy method hooks using frida REPL
[4a] Moar Static Analysis
[4b] Cast a wide net with DBI
[4c] PIN bruteforce
Bonus Labs
Ready for more?
Frida-tools Reference
Installation & Common Flags
frida
frida-ps
frida-trace
Other Processes Reference
Extracting an APK specimen from the device
Troubleshooting frida connectivity
What's Next
Recommended Toolkits and Scripts
Additional Resources / Questions
Contact Us
Powered By
GitBook
Troubleshooting frida connectivity
Steps to verify frida-server is running
adb shell
ps -A | grep frida
Great! The server is running. Now we can verify connectivity. Leave your adb shell and go back to your emulator.
How to start frida-server if it is not running
See
[1.1] Upload frida-server to the emulator or device and run using nohup
Other Processes Reference - Previous
Extracting an APK specimen from the device
Next - What's Next
Recommended Toolkits and Scripts
Last modified
3yr ago