Not too many things needs to be done for the next release. A bugfixing+Fewadds that will hopefully resolve the building and disassembling issues.
i have added a new option called asm.case which will put assembly in uppercase when set to true. nibble has fixed both disassembler for x86 (olly and udis). And both and showing the info in lowercase by default. lot of refactoring and optimizations will come for these parts..but now i am focusing on stability again. i have documented the trace command of the debugger and added few new options to execute user defined commands and handle breakpoints properly. what i would like to have done for the release is to implement a dump/restore mechanism for filedescriptors and a bit of work on scripting. about scripting i want to unify both radapy and radare python apies to allow to run background radares from standalone python scripts using the tcp remote api and map all the radare api to use the tcp.system to run radare commmands remotely. this way it will be possible to launch a python script seamlessly from inside o outside radare. i will try to also implement a macro labelling mechanism to permit labels,gotos and conditional jumps inside macros. This will give us abit more flexibility for scripting, but im sure that this part requires a bit more work, so ideas are welcome :) i will also try to fix the issues noted by pof for the website.im a bit lazy for those things ;P expect this release before the end of the week. have fun _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
