This weekend i have commited some new stuff for radare 1.0..It's getting pretty cool :)
- Bochs-Python debugging interface (OverCPU debugger) * Fully implemented in python using the radapy (remote python radare api) - Projects working now - Added $$ for here alias and $$$ for opcodesize alias - Also added 'sn' and 'sb' for seeking branch and next opcodes - Added a flag intersection command (fi) to find blocks between header/footer keywords from searches. Every new stuff (or fixed one) has been documented inside the Book. A new html render of the book has been uploaded: http://radare.nopcode.org/get/radare.pdf http://radare.nopcode.org/get/radare.pdf.html The project files are now usable, and give you a powerful way to manage with the binary metadata. $ radare -d rasc [0x808304]> Ps rasc ; save project file as 'rasc' this is stored in ~/.radare/rdb/rasc Now just use this project file to re-open this metadata: $ radare -p rasc And you can also use it for debugging $ radare -p rasc -d Read on the documentation for more information about the bochs-python api and flag intersection examples. Currently the book is almost done.. there's missing stuff for scripting and networking, but there are a long list of opened bugs and TODOes that needs to be fixed for 1.0. Read TODO file for it. Tonight I plan to make another hackaton (weekly one?) ..as always at irc.freenode #radare --pancake _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
