mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-07 14:56:41 +01:00
start tracing call instructions
This commit is contained in:
parent
33546ccfb4
commit
e5baca6c31
4 changed files with 89 additions and 106 deletions
10
Cargo.lock
generated
10
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue