radare2/binr/rabin2
Roi Martin d82235285c Implement "rabin2 -L [plugin]" and command "iL [plugin]" (#6875)
* 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
2017-03-01 20:05:40 +01:00
..
Jamroot Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
Makefile Fix #5924 - r_flags -> r_flag 2016-10-27 01:07:58 +02:00
patch.txt * Merge rapatch2 into rabin2 -p 2011-09-04 03:56:35 +02:00
rabin2.c Implement "rabin2 -L [plugin]" and command "iL [plugin]" (#6875) 2017-03-01 20:05:40 +01:00