sleigh-rs
Ghidra Sleight (PCode) parsing library in Rust. (by rbran)
cargo-decompile
A cargo subcommand that displays ghidra function output through the use of the {rizin, radare2}-ghidra project (by wcampbell0x2a)
sleigh-rs | cargo-decompile | |
---|---|---|
1 | 1 | |
42 | 6 | |
- | - | |
8.6 | 0.0 | |
17 days ago | over 2 years ago | |
Rust | Rust | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sleigh-rs
Posts with mentions or reviews of sleigh-rs.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-15.
cargo-decompile
Posts with mentions or reviews of cargo-decompile.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-01-12.
What are some alternatives?
When comparing sleigh-rs and cargo-decompile you can also consider the following projects:
sleigh2rust - Generate Rust Emulators and Disassemblers from Ghidra Sleigh.
heimdall-rs - Heimdall is an advanced EVM smart contract toolkit specializing in bytecode analysis and extracting information from unverified contracts.
dust - A DS emulator written in Rust
GM8Decompiler - A decompiler for GameMaker 8.x executables
martypc - An IBM PC/XT emulator written in Rust.
gameboy - Gameboy Emulator written in Rust and WebAssembly. 8-bit microprocessor: Sharp LR35902.
cargo-asm - cargo subcommand showing the assembly or llvm-ir generated for Rust code
rust64 - Commodore 64 emulator written in Rust
chip8-book - An introduction to Chip-8 emulation using Rust