Implement a GDB stub and fix another huge issue in S-type immediate decoding

This commit is contained in:
2025-12-27 11:48:36 +01:00
parent a64fcaa3b5
commit 9f8e9ec380
9 changed files with 636 additions and 40 deletions

View File

@@ -5,7 +5,9 @@ edition = "2024"
[dependencies]
anyhow = "1.0.100"
clap = { version = "4.5.53", features = ["derive"] }
goblin = "0.10.4"
int-enum = "1.2.0"
memmap2 = "0.9.8"
nix = { version = "0.30.1", features = ["fs"] }
oneshot = "0.1.11"