ADD ELF SUPPORT

This commit is contained in:
2025-12-23 19:56:42 +01:00
parent 36faa1e39c
commit 8ed4845d58
6 changed files with 151 additions and 23 deletions

View File

@@ -5,5 +5,6 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
goblin = "0.10.4"
memmap2 = "0.9.8"
nix = { version = "0.30.1", features = ["fs"] }