tomorrow i'll send the svg to the shop :) i'll make it in gray and black..dont know if any other color yet..tomorrow i'll decide ;)
here's the design: http://www.yoire.com/mcms/tags/tag/radare http://radare.nopcode.org/img/radare-tshirt.png btw...tomorrow (or in few mins) i will push some local changes that fixes the current hg tip and hopefully add the initial dietPE implementation done by Nibble (Thanks! you really did a good job! :) i have also added a new command called 'S' that stands for Sections... this command allows you to define sections in a file and determine different base addresses for each section (change file.baddr depending on $$ (current seek)), you can add comments and setup the from, to, base of each section. in the same way there is a sS command to seek to a section and you can also use the S= command to view few === progress bars ascii-art draw representing your seek+block.size compared to all the sections defined and so. Currently the debugger information from !maps is not imported to the core sections. but it will take more sense when fixing some stuff in rabin. I have also some other jerking ideas in my head to make this fit better in the core to be able to remove most of the parts of the debugger. This way every debugger implementation will be simpler and the core will be more flexible. I hope I can documentate all this new stuff for the release in the book :P btw the data type stuffing has been fixed and also the shift+arrow keys in visual...so now you can just go into visual mode and use the uppercase arrow keys to select bytes and the use 'd' or '<' to change the data type of the selected bytes or fold them. pretty sweet :) Enjoy! --pancake _______________________________________________ radare mailing list [email protected] http://lists.nopcode.org/listinfo.cgi/radare-nopcode.org
