solana/rbpf-cli
Dmitri Makarov b8897df515
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
2021-05-28 11:28:30 +00:00
..
src Add rbpf-cli tool (#17378) 2021-05-28 11:28:30 +00:00
Cargo.lock Add rbpf-cli tool (#17378) 2021-05-28 11:28:30 +00:00
Cargo.toml Add rbpf-cli tool (#17378) 2021-05-28 11:28:30 +00:00