mirror of
https://codeberg.org/unspeaker/vestal.git
synced 2025-12-08 01:46:43 +01:00
show some import addresses
This commit is contained in:
parent
18fbfe62ac
commit
513166ddd5
4 changed files with 44 additions and 5 deletions
16
Cargo.lock
generated
16
Cargo.lock
generated
|
|
@ -216,6 +216,12 @@ dependencies = [
|
|||
"generic-array",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "either"
|
||||
version = "1.13.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
||||
|
||||
[[package]]
|
||||
name = "equivalent"
|
||||
version = "1.0.2"
|
||||
|
|
@ -338,6 +344,15 @@ version = "1.70.1"
|
|||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
||||
|
||||
[[package]]
|
||||
name = "itertools"
|
||||
version = "0.14.0"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
||||
dependencies = [
|
||||
"either",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "jack"
|
||||
version = "0.13.0"
|
||||
|
|
@ -685,6 +700,7 @@ dependencies = [
|
|||
"exe",
|
||||
"hexy",
|
||||
"iced-x86",
|
||||
"itertools",
|
||||
"object",
|
||||
"pretty-hex",
|
||||
"syscalls",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue