I'm pleased to announce the release of r2-0.3.

The changelog is about 86 commits.

  http://radare.org/get/changelog2-0.3

The download tarball is available at:

  http://radare.org/get/radare2-0.3.tar.gz

The Vala API documentation is:

  http://radare.org/vdoc

The most important changes are probably internal,
about semantics, the new r_reg api which provides
a rich way to manipulate registers, r_debug is
a bit more functional, many bugfixes and lot of
integration with Vala (iterators, vapis, ..)

There are some new libraries like r_th that is
an abstraction over the threads. rabin2 can now
dump symbols, sections to stdout and resize
sections like in r1.

r_db is another interesting API which has not been
used by any other module. It is a binary tree with
256 of elements per node level. This is that you
have get a fixed time to resolve over a big
namespace.

 4 byte size = 32 bit = 4 milions of possible elements
 this is understood as 4 bytes = 4 levels
 It just has to follow 4 pointers to reach the destination.

Enjoy!

-- 
pancake <[email protected]>
_______________________________________________
radare mailing list
[email protected]
http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org

Reply via email to