From 8ed4845d587eff7ba0252bedf34f98de8802153d Mon Sep 17 00:00:00 2001 From: taitep Date: Tue, 23 Dec 2025 19:56:42 +0100 Subject: ADD ELF SUPPORT --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c4c3ece..91b641a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] } -- cgit v1.2.3