User Tools

Site Tools


ghidra

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
ghidra [2019/09/23 15:53]
acm
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 legitimate software to try and expose new vulnerabilities.  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 software to try and expose new vulnerabilities. 
 +=== Reverse Engineering ===
 +This is a great guide on using Ghidra to reverse engineer crackme: \\
 +  *https://www.shogunlab.com/blog/2019/04/12/here-be-dragons-ghidra-0.html
 +
 +=== Installation Guide ===
 +  *https://ghidra-sre.org/InstallationGuide.html
ghidra.1569272019.txt.gz ยท Last modified: 2019/09/23 15:53 by acm