start tracing call instructions

This commit is contained in:
🪞👃🪞 2025-02-20 01:33:44 +02:00
parent 33546ccfb4
commit e5baca6c31
4 changed files with 89 additions and 106 deletions

10
Cargo.lock generated
View file

@ -313,6 +313,15 @@ dependencies = [
"cc",
]
[[package]]
name = "iced-x86"
version = "1.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c447cff8c7f384a7d4f741cfcff32f75f3ad02b406432e8d6c878d56b1edf6b"
dependencies = [
"lazy_static",
]
[[package]]
name = "indexmap"
version = "2.7.1"
@ -675,6 +684,7 @@ dependencies = [
"clap",
"exe",
"hexy",
"iced-x86",
"object",
"pretty-hex",
"syscalls",