radare2/libr/reg
pancake 1356a9bdd1 * Highlight destination offset when cursor on jmp/call in visual
* Show call decompilations under the opcode as a comment
* Rename RRegister as RReg
  - Deprecate r_reg_init and use r_reg_new
  - Rewrite the list.h dependency in r_reg in order to use r_list
  - Fix some memory leaks
* Implement push/pop methods in RReg class
  - add test case using it
  - will be used for register diffing and tracing
2010-09-18 02:51:17 +02:00
..
p * Highlight destination offset when cursor on jmp/call in visual 2010-09-18 02:51:17 +02:00
t * Highlight destination offset when cursor on jmp/call in visual 2010-09-18 02:51:17 +02:00
arena.c * Highlight destination offset when cursor on jmp/call in visual 2010-09-18 02:51:17 +02:00
Makefile * Added w32dist makefile target to generate a distributable zip 2010-01-15 17:02:04 +01:00
reg.c * Highlight destination offset when cursor on jmp/call in visual 2010-09-18 02:51:17 +02:00
value.c * Initial quick-and-dirty implementation of backtrace 2010-03-01 10:49:04 +01:00