cyber-security-resources/mobile_security
Omar Santos 84b4609c46
Add files via upload
2022-05-12 15:39:31 -04:00
..
OmarsApplication adding mobile app example 2018-06-16 13:47:15 -04:00
README.md Adding mobile security resources 2018-06-18 22:36:04 -04:00
app-release.apk Add files via upload 2018-06-16 13:44:39 -04:00
mobile-api-lab.pdf Add files via upload 2022-05-12 15:39:31 -04:00
output.json Update output.json 2018-06-18 23:34:43 -04:00

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

Android

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.

Apple iOS