mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-19 11:17:27 +00:00
d82235285c
* Fix r_str_cmp to follow the documented behaviour Now r_str_cmp behaviour is consistent. Before: * Returns true if both pointers are equal. * Returns false if the strings are equal. Now: * Returns true if both pointers are equal. * Returns true if the strings are equal. * Implement "rabin2 -L [plugin]" - Display plugin info in a proper structured way for humans with "rabin2 -L [plugin]". - Fix current "rabin2 -L [-j]" output. - Allow to specify "-j" before or after "-L". Fix issue #6861. * Implement command iL [plugin] * Fix json output in rabin2 -L and iL |
||
---|---|---|
.. | ||
Jamroot | ||
Makefile | ||
patch.txt | ||
rabin2.c |