radareorg / ideas

4 stars 1 forks source link

META - Rabin2 #91

Open radare opened 8 years ago

radare commented 8 years ago

Related

Fixes

Enhancements

Rabin2 -H (r2 -ciH)

Simplify header information

This how we should just reuse what's in r2 -nn to extract the prettyprinted form .. so imho the iH should be implemented using this to avoid duplicating the parser

[0x00000000]> pf.mach0_header
      magic : 0x00000000 = 0xfeedfacf
    cputype : 0x00000004 = 0x01000007
...
[0x00000000]> pf*mach0_header
f magic=0x00000000
f cputype=0x00000004
f cpusubtype=0x00000008
...

Add classes (rabin2 -c)

Add more fileformats

FAT

Rabin2 -O operations

ret2libc commented 4 years ago

This issue has been moved from radareorg/radare2 to radareorg/ideas as we are trying to clean our backlog and this issue has probably been created a long while ago. This is an effort to help contributors understand what are the actionable items they can work on, prioritize issues better and help users find active/duplicated issues more easily. If this is not an enhancement/improvement/general idea but a bug, feel free to ask for re-transfer to main repo. Thanks for your understanding and contribution with this issue.