This weekend I have been in Bilbao because of the BS3C2009, organized by blindsec. There, Pancake and I gave two talks about radare1 and radare2 respectively. You can download the slides and demos from radare.org (section "Documentation"):
- Generic Data Extraction & Injection with libr (Nibble) About using r_bin and r_asm (members of libr) on format independent data extraction, analysis and binary injection. The talk was focused in their API's and programming methodology, so the examples are very simple, looking for not loosing this target. I will upload examples using them to solve more advanced topics. - Practical radare use cases (Pancake) About using radare in common tasks as unpacking, patching, data recovery. Furthermore, radare 1.3 and radare2 0.2 (Codename "bs3c") were released there. So, they can be pulled from the hg repository: radare: $ hg clone http://radare.org/hg/radare radare2: $ hg clone http://radare.org/hg/radare2 Or downloaded from radare.org Enjoy :) PS: My slides are in spanish O:-) I will upload the english version as soon as possible. _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
