ropr 0.2.26

A blazing fast multithreaded ROP Gadget finder. ropper / ropgadget alternative
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "ropr"
version = "0.2.26"
authors = ["Ben Lichtman"]
edition = "2021"
description = "A blazing fast multithreaded ROP Gadget finder. ropper / ropgadget alternative"
repository = "https://github.com/Ben-Lichtman/ropr"
license = "MIT OR Apache-2.0"

[dependencies]
clap = { version = "4.5.19", features = ["derive"] }
colored = "2.1.0"
goblin = "0.8.2"
iced-x86 = "1.21.0"
rayon = "1.10.0"
regex = "1.11.0"
rustc-hash = "2.0.0"
thiserror = "1.0.64"