sleigh-rs
Ghidra Sleight (PCode) parsing library in Rust. (by rbran)
sleigh2rust
Generate Rust Emulators and Disassemblers from Ghidra Sleigh. (by rbran)
sleigh-rs | sleigh2rust | |
---|---|---|
1 | 1 | |
42 | 17 | |
- | - | |
8.6 | 5.9 | |
25 days ago | over 1 year ago | |
Rust | Rust | |
MIT License | 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.
sleigh2rust
Posts with mentions or reviews of sleigh2rust.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-10-15.
What are some alternatives?
When comparing sleigh-rs and sleigh2rust you can also consider the following projects:
cargo-decompile - A cargo subcommand that displays ghidra function output through the use of the {rizin, radare2}-ghidra project
hlbc - Hashlink bytecode disassembler, analyzer, decompiler and assembler.
dust - A DS emulator written in Rust
heimdall-rs - Heimdall is an advanced EVM smart contract toolkit specializing in bytecode analysis and extracting information from unverified contracts.
martypc - An IBM PC/XT emulator written in Rust.
gameboy - Gameboy Emulator written in Rust and WebAssembly. 8-bit microprocessor: Sharp LR35902.
mooneye-gb - A Game Boy research project and emulator written in Rust
rust64 - Commodore 64 emulator written in Rust
chip8-book - An introduction to Chip-8 emulation using Rust