crackers 0.7.0

A tool for synthesizing Code Reuse Attacks (ROP chains) using Ghidra's p-code and Z3
Documentation
[[bin]]
name = "crackers"
path = "src/bin/crackers/main.rs"
required-features = ["bin"]

[dependencies.anyhow]
optional = true
version = "1.0"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0"

[dependencies.colored]
version = "3.0"

[dependencies.derive_builder]
version = "0.20"

[dependencies.jingle]
features = ["gimli"]
version = "0.4.2"

[dependencies.object]
version = "0.37.2"

[dependencies.pyo3]
default-features = false
features = ["macros"]
optional = true
version = "0.27.2"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
features = ["derive"]
version = "1.0.203"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml_edit]
features = ["serde"]
optional = true
version = "0.23.5"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-indicatif]
optional = true
version = "0.3"

[dependencies.tracing-subscriber]
features = ["env-filter"]
optional = true
version = "0.3"

[dependencies.z3]
version = "0.19.0"

[features]
bin = ["dep:tracing-subscriber", "toml", "dep:clap", "dep:anyhow", "dep:tracing-indicatif"]
default = ["toml"]
pyo3 = ["dep:pyo3", "jingle/pyo3"]
toml = ["dep:toml_edit"]
z3-gh-release = ["z3/gh-release"]

[lib]
name = "crackers"
path = "src/lib.rs"

[package]
authors = ["toolCHAINZ"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A tool for synthesizing Code Reuse Attacks (ROP chains) using Ghidra's p-code and Z3"
edition = "2024"
homepage = "https://github.com/toolCHAINZ/crackers"
keywords = ["rop"]
license = "MIT"
name = "crackers"
readme = "README.md"
repository = "https://github.com/toolCHAINZ/crackers"
rust-version = "1.85.0"
version = "0.7.0"