19 lines
363 B
TOML
19 lines
363 B
TOML
[package]
|
|
name = "project-hbj-attacker"
|
|
version = "0.1.0"
|
|
edition = "2024"
|
|
|
|
[dependencies]
|
|
dynasmrt = "4.0.1"
|
|
iced-x86 = { version = "1.21.0", features = ["code_asm"] }
|
|
libc = "0.2.177"
|
|
nix = { version = "0.30.1", features = ["ptrace", "uio", "signal"] }
|
|
ctor = "0.6.0"
|
|
libloading = "0.8.9"
|
|
|
|
[profile.dev]
|
|
opt-level = 0
|
|
debug = true
|
|
|
|
[lib]
|
|
crate-type = ["cdylib"] |