Add rbpf-cli tool (#17378)

* Add rbpf-cli tool

* Replace explicit file type specification by required positional arg

- the type of file is determined automatically.  If ELF magic found,
  the program file is considered to be an executable ELF file, and
  an assembly input file otherwise.

* Add a note about tool's limitations and input format description
This commit is contained in:
Dmitri Makarov
2021-05-28 13:28:30 +02:00
committed by GitHub
parent 2316ddb90a
commit b8897df515
6 changed files with 920 additions and 32 deletions

View File

@ -95,6 +95,7 @@ else
solana-net-shaper
solana-sys-tuner
solana-validator
rbpf-cli
)
# Speed up net.sh deploys by excluding unused binaries