Skip to content

Commit 3d6ca8f

Browse files
committed
ffi ptracing
1 parent 0b4e86d commit 3d6ca8f

File tree

15 files changed

+1486
-95
lines changed

15 files changed

+1486
-95
lines changed

Cargo.lock

Lines changed: 193 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,12 @@ libc = "0.2"
4040
libffi = "4.0.0"
4141
libloading = "0.8"
4242

43+
[target.'cfg(target_os = "linux")'.dependencies]
44+
nix = { version = "0.30.1", features = ["mman", "ptrace", "signal"] }
45+
ipc-channel = "0.19.0"
46+
serde = { version = "1.0.219", features = ["derive"] }
47+
capstone = "0.13"
48+
4349
[target.'cfg(target_family = "windows")'.dependencies]
4450
windows-sys = { version = "0.59", features = [
4551
"Win32_Foundation",

0 commit comments

Comments
 (0)