Andrea Fioraldi 6274ad4594
Refactor libafl_qemu creating the Emulator struct and post syscall hooks (#430)
* working without asan.rs

* working asan

* update fuzzers

* mremap in snapshot

* sugar

* python

* fix python

* clippy

* fmt

* fuck you loader
2021-12-23 09:10:13 +01:00

17 lines
424 B
TOML

[package]
name = "pylibafl"
version = "0.7.0"
edition = "2021"
[dependencies]
pyo3 = { version = "0.15", features = ["extension-module"] }
libafl_qemu = { path = "../../libafl_qemu", version = "0.7", features = ["python"] }
libafl_sugar = { path = "../../libafl_sugar", version = "0.7", features = ["python"] }
[build-dependencies]
pyo3-build-config = { version = "0.15" }
[lib]
name = "pylibafl"
crate-type = ["cdylib"]