Augment BPF binary dumps to resolve call instruction targets

This commit is contained in:
Dmitri Makarov
2021-04-09 11:44:19 +02:00
committed by Dmitri Makarov
parent 7ba3e710d3
commit 78d1d59889
3 changed files with 110 additions and 15 deletions

View File

@@ -12,6 +12,7 @@ publish = false
[dependencies]
bzip2 = "0.3.3"
clap = "2.33.3"
regex = "1.4.5"
cargo_metadata = "0.12.0"
solana-sdk = { path = "..", version = "=1.7.0" }
solana-download-utils = { path = "../../download-utils", version = "=1.7.0" }