Add symbol lookup (still very WIP)
... | @@ -16,7 +16,7 @@ raw-cpuid = { git = "https://github.com/gz/rust-cpuid", branch = "master" } | ... | @@ -16,7 +16,7 @@ raw-cpuid = { git = "https://github.com/gz/rust-cpuid", branch = "master" } |
redox_syscall = "0.1" | redox_syscall = "0.1" | ||
[dependencies.goblin] | [dependencies.goblin] | ||
version = "0.0.8" | version = "0.0.10" | ||
default-features = false | default-features = false | ||
features = ["elf32", "elf64"] | features = ["elf32", "elf64"] | ||
... | ... |
Please register or sign in to comment