1

Radare2 supports loading a file from stdin via =. However, my attempts to use it don't work:

$ r2 /bin/ls
Warning: run r2 with -e bin.cache=true to fix relocations in disassembly
[0x00006810]> q
$ cat /bin/ls | r2 =
^D
[0x00000000]> q
               $ 

Note only does it not work, as shown above, but I need to reset my term afterwards!

2

0

Browse other questions tagged or ask your own question.