There are some changes and fixups on the -head land of pvc. There is a new command 'fd' that prints the flag delta offset between your current offset and the closer flag name. In a way like:
[0x00010FA2]> pd 20 sym_haret_open+0x0 0: 55 push %ebp 1: 89 e5 mov %esp,%ebp 3: 57 push %edi 4: 81 ec 94 10 00 00 sub $0x1094,%esp a: c7 45 f8 0f 27 00 00 movl $0x270f,0xfffffff8(%ebp) 11: 8b 45 08 mov 0x8(%ebp),%eax Note the "sym_haret_open+0x0". This is very useful for structure parsing and debugging. I have created a new package for maemo available here: http://radare.nopcode.org/get/radare_0.8.1_armel.deb Anybody knows how to install perl on maemo? :/ --pancake _______________________________________________ radare mailing list [email protected] https://lists.nopcode.org/mailman/listinfo/radare
