You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right-clicking in the main view should have a "Hex edit SECTION (TYPE)" action on the section based on the cursor. It should show four columns of the data: address, data low (8 bytes), data high (8 bytes), and an ASCII representation.
Only low and high data columns should be editable.
Modifications should trigger further like disassembly editing.
The text was updated successfully, but these errors were encountered:
Moved setTreeItemMarked() to Util::
Implemented Hex Editor
HexEditor context menu action when any section is right-clicked
Optimizations
Char to hex map optimization
Right-clicking in the main view should have a "Hex edit SECTION (TYPE)" action on the section based on the cursor. It should show four columns of the data: address, data low (8 bytes), data high (8 bytes), and an ASCII representation.
Only low and high data columns should be editable.
Modifications should trigger further like disassembly editing.
The text was updated successfully, but these errors were encountered: