rizinorg / cutter

Free and Open Source Reverse Engineering Platform powered by rizin
https://cutter.re
GNU General Public License v3.0
15.88k stars 1.15k forks source link

Improve file header's information in disasm widget #3065

Open dmknght opened 1 year ago

dmknght commented 1 year ago

Is your feature request related to a problem? Please describe.

The released cutter version 2.1.2 doesn't show good information about ELF's header image

Sometimes, it's able to do infinity scroll up invalid religion (metasploit's meterpreter ELF payload). image

Describe the solution you'd like

IMO, showing header's information (in disasm widget) like this is better image

dmknght commented 1 year ago

An other problem relates to this topic is displaying strings. For example, here's ghidra displaying information about dynamic linked binary image In cutter, we have this in widget strings image However, double click on string leads user to disasm section, which displayed in disasm (rizin confused string value with asm code?). It's kinda confusing to user imo image

XVilka commented 8 months ago

This one also depends on https://github.com/rizinorg/rizin/issues/3641