Skip to content

Commit

Permalink
Merge pull request #157 from cosmolev/patch-1
Browse files Browse the repository at this point in the history
Added online decompiler to 07_mobile_hacking_tools.md
  • Loading branch information
iMartzen committed Apr 22, 2024
2 parents 21749a1 + 5a9370f commit d21c4e7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions _resources/07_mobile_hacking_tools.md
Expand Up @@ -12,4 +12,5 @@ This is a curated list of mobile hacking tools and is not intended to be compreh
* [Jadx](https://github.com/skylot/jadx): Jadx is a dex to Java decompiler. The command line and GUI tools for producing Java source code from Android Dex and Apk files.
* [JD-GUI](https://java-decompiler.github.io/): This is a Java decompiler, useful after dex2jar for easy analysis of Android apps.
* [MobSF](https://github.com/MobSF/Mobile-Security-Framework-MobSF): An automated, all-in-one mobile application (Android/iOS/Windows) pen-testing, malware analysis and security assessment framework capable of performing static and dynamic analysis.
* [Online Decompiler](https://www.decompiler.com/): APK, JAR and .NET online decompiler.
* [Radare2](https://rada.re/n/): A free/libre toolchain for easing several low level tasks, such as forensics, software reverse engineering, exploiting, debugging, etc. It is composed by a large number of libraries (which are extended with plugins) and programs that can be automated with almost any programming language.

0 comments on commit d21c4e7

Please sign in to comment.