pancake
pancake
imagine rasm2 -L was able to extend the listing with r2pm's output when the arch you need is not there. same goes for rabin2 -L and others. Basically this means...
to specify logfile to print the output of the tracing. Useful when spawning interactive applications
It would be good to have support to trace profiler information using frida-trace. - how many times a function is called - min and max times needed to run -...
can't use frida-trace with apps that read from stdin. it should just handle ^C not ^D
Way to reproduce: ``` $ r2 /bin/ls [0x100003a84]> aaa [0x100003a84]> zg [0x100003a84]> zg [0x100003a84]> zg [0x100003a84]> z* $$~N za main_3 N sym.func.1000047d0_3 za main_2 N sym.func.1000047d0_2 za main N sym.func.1000047d0...
This issue aims to track and describe a bunch of issues found in a small ELF file compiled with the NDK for Android. [libhello-jni.so.zip](https://github.com/radare/radare2/files/2592686/libhello-jni.so.zip) * [ ] two relocs pointing...