heap-trm / heaptrm-cli /Cargo.toml
amarck's picture
heaptrm: check command, stdout capture, SIGUSR1 validation
b782284
raw
history blame contribute delete
241 Bytes
[package]
name = "heaptrm"
version = "0.1.0"
edition = "2021"
description = "Heap exploit observability tool for LLM-assisted exploit generation"
[dependencies]
serde = { version = "1", features = ["derive"] }
serde_json = "1"
libc = "0.2"