binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Section name column width in memory map widget should be wide enough to accomodate 16 characters.

Open 0cyn opened this issue 3 years ago • 0 comments

While ELF and PE are (supposedly?) limited to 8 bytes for section names, Mach-O allows 16, and Mach-O binaries very frequently make use of all 16 of them. Universally so in Objective-C binaries and libraries.

When trying to quickly jump to a specific __objc_class... or related section, this results in the following:

image

Which requires manually resizing the column every time a new view is opened. This quickly becomes a papercut when repeatedly opening views for multiple ObjC files.

0cyn avatar Sep 08 '22 18:09 0cyn