This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ghidra [2019/09/23 15:52] acm created |
ghidra [2019/09/28 13:12] (current) acm |
||
---|---|---|---|
Line 1: | Line 1: | ||
==== Ghidra ==== | ==== Ghidra ==== | ||
- | Ghidra is an open-source reverse engineering tool created by the NSA. Ghidra takes compiled software and decompiles it in an attempt to give the user a better idea of how the program runs. Decompiling works by analyzing the instructions contained in the binary file of a program and using that to figure out what the source code is.The program can be used to reverse engineer malware so the user can figure out how to remove or counteract it or on legitmate | + | Ghidra is an open-source reverse engineering tool created by the NSA. Ghidra takes compiled software and decompiles it in an attempt to give the user a better idea of how the program runs. Decompiling works by analyzing the instructions contained in the binary file of a program and using that to figure out what the source code is. The program can be used to reverse engineer malware so the user can figure out how to remove or counteract it or on legitimate |
+ | === Reverse Engineering === | ||
+ | This is a great guide on using Ghidra to reverse engineer crackme: \\ | ||
+ | *https:// | ||
+ | |||
+ | === Installation Guide === | ||
+ | *https:// |