After the release party in Saturday it's official that radare 1.0 is out and now is time to start thinking on new ideas and the work on refactoring that will end up making the core more modular and flexible to be possible to debug or map multiple IOs at the same time and let the debugger support multiple threads in a proper way splitting better the debugger interface and implementation.
The plugin refactoring will able us to get faster bootups and support hook callbacks for core and debugger. A full radare scripting support is important and I'm pretty sure that this will enable us to move some analysis stuff up to interpreted commands instead of doing it natively. At the moment, 1.0 release includes support for macros which can be used to define functions: (inject-file file hook address wf $1 @ $3 wa jmp $3 @ $2) You can do this in your .radarerc and then call it from the shell: > .(inject-file food.bin 0x8048320 0x8049320) Pretty cool huh? :) For the distributions I know that there's people working on the RPM, DEB and portage packages and I will do the maemo build for sure as soon as possible. And I expect to have these packages published before the end of the week or so. My next step is currently to write a TRK IO plugin to interact with the Symbian's debugger thru bluetooth. For the tshirts, please send me a mail and i can prepare a slug mail package with it. I accept payments thru paypal (10e). Enjoy :) --pancake _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
