All Projects → guedou → ghidra-processor-mep

guedou / ghidra-processor-mep

Licence: other
Toshiba MeP-c4 for Ghidra

Projects that are alternatives of or similar to ghidra-processor-mep

pypcode
Python bindings to Ghidra's SLEIGH library for disassembly and lifting to p-code IR
Stars: ✭ 111 (+428.57%)
Mutual labels:  ghidra
ghidraal
A Ghidra extension for scripting with GraalVM languages, including Javascript, Python3, R, and Ruby.
Stars: ✭ 48 (+128.57%)
Mutual labels:  ghidra
sleigh
Unofficial CMake build for Ghidra SLEIGH
Stars: ✭ 54 (+157.14%)
Mutual labels:  ghidra
ghidra scripts
Ghidra scripts for malware analysis
Stars: ✭ 53 (+152.38%)
Mutual labels:  ghidra
Writeups
This repository contains writeups for various CTFs I've participated in (Including Hack The Box).
Stars: ✭ 61 (+190.48%)
Mutual labels:  ghidra
ghidra2dwarf
🐉 Export ghidra decompiled code to dwarf sections inside ELF binary
Stars: ✭ 135 (+542.86%)
Mutual labels:  ghidra
Ghidra-SegaSaturn-Processor
A Ghidra processor module for the Sega Saturn (SuperH SH-2)
Stars: ✭ 43 (+104.76%)
Mutual labels:  ghidra
eBPF-for-Ghidra
eBPF Processor for Ghidra
Stars: ✭ 157 (+647.62%)
Mutual labels:  ghidra
Awesome Reverse Engineering
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
Stars: ✭ 2,954 (+13966.67%)
Mutual labels:  ghidra
gdt helper
Ghidra Data Type (GDT) Helper
Stars: ✭ 24 (+14.29%)
Mutual labels:  ghidra
ghidra-builder
Docker image for building ghidra RE framework from source
Stars: ✭ 55 (+161.9%)
Mutual labels:  ghidra
sleighcraft
sleigh craft!
Stars: ✭ 221 (+952.38%)
Mutual labels:  ghidra
ghidra-r2web
Ghidra plugin to start an r2 webserver to let r2 interact with it
Stars: ✭ 38 (+80.95%)
Mutual labels:  ghidra
ida2ghidra-kb
IDA Pro to Ghidra Key Bindings to feel like if you were in IDA Pro when navigating
Stars: ✭ 74 (+252.38%)
Mutual labels:  ghidra
ghidra-nsis-extension
Ghidra extension to disassemble NSIS installers
Stars: ✭ 17 (-19.05%)
Mutual labels:  ghidra
kaiju
CERT Kaiju is a binary analysis framework extension for the Ghidra software reverse engineering suite. This repository is the primary, canonical repository for this project -- file bug reports and wishes here!
Stars: ✭ 150 (+614.29%)
Mutual labels:  ghidra
ghidra-65816
WDC 65816 processor module for Ghidra
Stars: ✭ 19 (-9.52%)
Mutual labels:  ghidra
Ghidra-SegaSaturn-Loader
A Sega Saturn loader for Ghidra
Stars: ✭ 30 (+42.86%)
Mutual labels:  ghidra
ghidra-findcrypt
Ghidra analysis plugin to locate cryptographic constants
Stars: ✭ 138 (+557.14%)
Mutual labels:  ghidra
emerald
Import DynamoRIO drcov code coverage data into Ghidra
Stars: ✭ 30 (+42.86%)
Mutual labels:  ghidra

Toshiba MeP-c4 for Ghidra

Description

This repository contains a toy implementation of the Toshiba MeP-c4 processor for Ghidra.

Installation

git clone https://github.com/guedou/ghidra-processor-mep
ln -s /flashre/ghidra-processor-mep/ ${GHIDRA_HOME}/Processors/MEP_C4/
cd ${GHIDRA_HOME}/Processors/MEP_C4/
sleigh -ax

Notes

XML schemas are available in ghidra.git/Ghidra/Framework/SoftwareModeling/data/languages/. They can be used to verify the definitions using, for example:

xmllint --relaxng language_definitions.rxg --format mep_c4.ldefs
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].