radare.org 0x00023aa5
    


Download!
Browse source
Get book
Get involved
  

Last changes in radare2 (see r1)

Wed, 01 Sep 2010 20:32:24 +0200

* Add hash-like access to linked lists
* Add R_BETWEEN macro

Mon, 30 Aug 2010 00:49:43 +0200

* Apply edu's patch with some fixes for swig and vala support (thanks!)

Fri, 27 Aug 2010 18:38:51 +0200

* Fix build of anal_x86_x86im

Thu, 26 Aug 2010 12:18:30 +0200

* Cleanups in many TODO/READMEs

Thu, 26 Aug 2010 04:19:12 +0200

* Apply edu's project patch
  - CC now ask for size, like the rest of r_meta_add commands
  - Project tracks meta, xrefs and sections information and actual offset
  - Visual add comment patched to use new r_meta_add comment with size
  - Documented C* in r_meta help.

Thu, 26 Aug 2010 01:35:32 +0200

* Try to fix r_io_bind segfault in 64bit boxes

Wed, 25 Aug 2010 12:35:08 +0200

* Initial hacky implementation of RAnalCall in 'pd'

Wed, 25 Aug 2010 02:27:42 +0200

* ranal2
  - Add stackop2str() and optype2str()
  - Output op type
* r_anal
  - Fix fcn analysis
  - Remove test_anal.sh

Tue, 24 Aug 2010 22:16:03 +0200

* ranal2
  - Move t/test_anal to binr/ranal2
  - Add support for static/dynamic plugins
  - Add flag '-B' for binary input
  - Add support for ascci hexpairs
  - Now input can be given through argv or stdin
  - Output analyzed bytes
* r_asm & r_anal
  - Improve output of r_*_list

Tue, 24 Aug 2010 19:59:19 +0200

* r_asm
  - Update udis86 to git head
* r_anal
  - Print more fields in test_anal
* r_socket
  - Rename socket_udp_connect to r_socket_udp_connect
* Fix build