Ghidra is a software reverse engineering (SRE) framework
Go to file
Kreeblah b00852877c Updated x86 manual index
Updated x86 manual indexes to the following:

Intel 64 and IA-32 Architectures Software Developer's Manual Volume 2 (2A, 2B, 2C & 2D): Instruction Set Reference, A-Z, Sep 2016 (325383-060US), available at https://www.intel.com/content/dam/www/public/us/en/documents/manuals/64-ia-32-architectures-software-developer-instruction-set-reference-manual-325383.pdf

AMD64 Architecture Programmer's Manual Volume 3: General-Purpose and System Instructions, Rev 3.26 May 2018 (24594), available at https://www.amd.com/system/files/TechDocs/24594.pdf

AMD64 Architecture Programmer's Manual Volume 4: 128-Bit and 256-Bit Media Instructions, Rev 3.23 Feb 2019 (26568), available at https://www.amd.com/system/files/TechDocs/26568.pdf

AMD64 Architecture Programmer's Manual Volume 5: 64-Bit Media and x87 Floating-Point Instructions, Rev 3.15 May 2018 (26569), available at https://www.amd.com/system/files/TechDocs/26569_APM_v5.pdf

AMD64 Technology 128-Bit SSE5 Instruction Set, Rev 3.01 August 2007 (43479), which is unchanged from the provided .idx. I can't find a newer version of the publication (or a different publication) that lists the same instructions, so I left it as it was. The only copy of the actual publication that I can find is at http://www.cs.northwestern.edu/~pdinda/icsclass/doc/AMD_ARCH_MANUALS/AMD64_128_Bit_SSE5_Instrs.pdf but it looks to be incomplete, as it stops at ROUNDSS.
2019-04-06 09:56:12 -07:00
.github/ISSUE_TEMPLATE Update bug_report.md 2019-03-07 18:28:26 -08:00
eclipse Candidate release of source code. 2019-03-26 13:46:51 -04:00
Ghidra Updated x86 manual index 2019-04-06 09:56:12 -07:00
GhidraBuild Updated version to 9.0.2 and restored missing file 2019-04-03 13:38:23 -04:00
GhidraDocs Candidate release of source code. 2019-03-26 13:46:51 -04:00
GPL Candidate release of source code. 2019-03-26 13:46:51 -04:00
gradleScripts Merge branch 'stable' 2019-04-03 15:45:25 -04:00
licenses Updated version to 9.0.2 and restored missing file 2019-04-03 13:38:23 -04:00
.gitattributes Candidate release of source code. 2019-03-26 13:46:51 -04:00
.gitignore GT-2667 added support for generating sleigh build.xml files 2019-03-29 17:24:31 -04:00
build.gradle Candidate release of source code. 2019-03-26 13:46:51 -04:00
certification.local.manifest Candidate release of source code. 2019-03-26 13:46:51 -04:00
CONTRIBUTING.md Update CONTRIBUTING.md 2019-04-03 11:36:08 -04:00
DevGuide.md Fixing typos in DevGuide.md. 2019-04-02 15:59:13 -04:00
DISCLAIMER.md fix spelling of commercial (#14) 2019-03-05 22:44:38 -05:00
LICENSE Initial commit 2019-02-28 22:27:49 -05:00
NOTICE Candidate release of source code. 2019-03-26 13:46:51 -04:00
README.md Update README.md 2019-04-03 15:53:27 -04:00
settings.gradle Candidate release of source code. 2019-03-26 13:46:51 -04:00

Ghidra Software Reverse Engineering Framework

Ghidra is a software reverse engineering (SRE) framework created and maintained by the National Security Agency Research Directorate. This framework includes a suite of full-featured, high-end software analysis tools that enable users to analyze compiled code on a variety of platforms including Windows, macOS, and Linux. Capabilities include disassembly, assembly, decompilation, graphing, and scripting, along with hundreds of other features. Ghidra supports a wide variety of processor instruction sets and executable formats and can be run in both user-interactive and automated modes. Users may also develop their own Ghidra plug-in components and/or scripts using Java or Python.

In support of NSA's Cybersecurity mission, Ghidra was built to solve scaling and teaming problems on complex SRE efforts, and to provide a customizable and extensible SRE research platform. NSA has applied Ghidra SRE capabilities to a variety of problems that involve analyzing malicious code and generating deep insights for SRE analysts who seek a better understanding of potential vulnerabilities in networks and systems.

To start developing extensions and scripts, try out the GhidraDev plugin for Eclipse, which is part of the distribution package. The full release build can be downloaded from our project homepage.

This repository contains the source for the core framework, features, and extensions. If you would like to contribute, please take a look at our contributor guide to see how you can participate in this open source project.

If you are interested in projects like this and would like to develop this, and other cybersecurity tools, for NSA to help protect our nation and its allies, consider applying for a career with us.