radare.org 0x0001cee4
    


Download!
Browse source
Get book
Get involved
  

Last changes in radare2 (see r1)

Fri, 12 Mar 2010 13:35:10 +0100

* Rename MALLOC_STRUCT into R_NEW and deprecate it.

Fri, 12 Mar 2010 13:17:48 +0100

* rabin2
  - Remove af+ commands from 'rabin2 -r' output
  - Use 'af @@ fcn.' from r2 instead

Fri, 12 Mar 2010 12:15:35 +0100

* r_anal
  - Fix local var / arg analysis
  - Add some opcodes to p/anal_x86.c
* r_util
  - Add macro r_num_abs

Fri, 12 Mar 2010 11:07:05 +0100

* r_core_anal
  - List vars in 'afl' output
* r_anal
  - Add r_anal_var_type_to_str
  - Use hex delta in var names

Fri, 12 Mar 2010 03:24:38 +0100

* Build
  - Remove r_var from libr.pc.acr
* r_anal
  - Rename the var typename to name in order to avoid problems
    with the c++ code generated by swig

Fri, 12 Mar 2010 03:05:20 +0100

* r_anal
  - Split anal.c in several files
    (bb.c, aop.c, var.c...)

Fri, 12 Mar 2010 02:45:24 +0100

* r_anal
  - More work on r_anal_var API
  - Initial working implementation of r_anal_var
  - Avoid duplicated refs

Thu, 11 Mar 2010 20:53:23 +0100

* Remove r_var from configure script

Thu, 11 Mar 2010 19:52:05 +0100

* Build
  - Remove remaining r_var.pc.acr
  - Remove references to r_var from configure.acr
* r_anal
  - More work on r_anal_var_*

Thu, 11 Mar 2010 17:19:33 +0100

* r_anal
  - Initial work in var analysis
  - Move r_var into r_anal
* r_var
  - Removed