binaryninja-api
binaryninja-api copied to clipboard
Section name column width in memory map widget should be wide enough to accomodate 16 characters.
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:

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.