Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hex editor on all sections #30

Closed
netromdk opened this issue Nov 20, 2017 · 0 comments
Closed

Hex editor on all sections #30

netromdk opened this issue Nov 20, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@netromdk
Copy link
Owner

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.

@netromdk netromdk self-assigned this Nov 20, 2017
@netromdk netromdk added this to the v0.2 milestone Nov 20, 2017
netromdk added a commit that referenced this issue Nov 20, 2017
Moved setTreeItemMarked() to Util::

Implemented Hex Editor

HexEditor context menu action when any section is right-clicked

Optimizations
netromdk added a commit that referenced this issue Nov 21, 2017
Moved setTreeItemMarked() to Util::

Implemented Hex Editor

HexEditor context menu action when any section is right-clicked

Optimizations

Char to hex map optimization
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant