Skip to content

Commit 45b903e

Browse files
committed
ffi ptracing
1 parent ccb844e commit 45b903e

File tree

9 files changed

+1462
-32
lines changed

9 files changed

+1462
-32
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: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ features = ['unprefixed_malloc_on_supported_platforms']
3939
libc = "0.2"
4040
libffi = "4.0.0"
4141
libloading = "0.8"
42+
nix = { version = "0.30.1", features = ["mman", "ptrace", "signal"] }
43+
ipc-channel = "0.19.0"
44+
serde = { version = "1.0.219", features = ["derive"] }
45+
capstone = "0.13"
4246

4347
[target.'cfg(target_family = "windows")'.dependencies]
4448
windows-sys = { version = "0.59", features = [

0 commit comments

Comments
 (0)