mirror of
https://github.com/The-Art-of-Hacking/h4cker.git
synced 2024-10-01 01:25:43 -04:00
.. | ||
OmarsApplication | ||
app-release.apk | ||
output.json | ||
README.md |
Mobile Device Security
The following are several of the resources covered in the Art of Hacking Series LiveLessons, Safari Live Training, and penetration testing books authored by Omar Santos.
OWASP Resources
- OWASP Mobile Security Project
- OWASP Mobile Top 10
- OWASP Mobile Security Testing Guide
- OWASP Mobile Application Security Verification Standard (MASVS)
- OWASP MThreat Model Project
Android
- Android Developer Studio
- APKtool
- dex2jar
- Bytecode Viewer
- IDA Pro
- Android Reverse Engineering Arsenals
Dex2jar and JD-GUI
Dex2jar and JD-GUI are two different tools that are often used for reverse engineering Android apps. Dex2jar converts .dex files to .jar. JD-GUI is a Java decompiler that can decompile .jar files to the original Java source.