Adding Ghidra to Reversing Tools.

This commit is contained in:
SpireFlux 2019-04-15 13:50:50 -04:00 committed by Dhaval Kapil
parent baf342fab7
commit 7da71ae194

View file

@ -198,6 +198,7 @@ Check solve section for steganography.
- [Frida](https://github.com/frida/) - Dynamic Code Injection - [Frida](https://github.com/frida/) - Dynamic Code Injection
- [GDB](https://www.gnu.org/software/gdb/) - The GNU project debugger - [GDB](https://www.gnu.org/software/gdb/) - The GNU project debugger
- [GEF](https://github.com/hugsy/gef) - GDB plugin - [GEF](https://github.com/hugsy/gef) - GDB plugin
- [Ghidra](https://ghidra-sre.org/) - Open Source suite of reverse engineering tools. Similar to IDA Pro.
- [Hopper](http://www.hopperapp.com/) - Reverse engineering tool (disassembler) for OSX and Linux - [Hopper](http://www.hopperapp.com/) - Reverse engineering tool (disassembler) for OSX and Linux
- [IDA Pro](https://www.hex-rays.com/products/ida/) - Most used Reversing software - [IDA Pro](https://www.hex-rays.com/products/ida/) - Most used Reversing software
- [Jadx](https://github.com/skylot/jadx) - Decompile Android files - [Jadx](https://github.com/skylot/jadx) - Decompile Android files