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 Viewer #448

Open
pjrinaldi opened this issue Apr 17, 2023 · 6 comments
Open

Hex Viewer #448

pjrinaldi opened this issue Apr 17, 2023 · 6 comments
Assignees
Milestone

Comments

@pjrinaldi
Copy link
Owner

Implemented the hex viewer text display when you double click a file that doesn't have a viewer such as pdf. Also implemented the same viewer when you right click on a file and select the hex viewer.

Need to implement a hex view display in the main plain text view when there are no ext representations for the file, such as prefetch, lnk, etc..

@pjrinaldi pjrinaldi added this to the v0.5 milestone Apr 17, 2023
@pjrinaldi pjrinaldi self-assigned this Apr 17, 2023
@pjrinaldi
Copy link
Owner Author

hex viewer doesn't include slack, so i need to get file content with slack to display the slack hex or just build a getslackcontent function which goes to the offset + file size and go from that point to physical size - logical size

@pjrinaldi
Copy link
Owner Author

added slack to the hex viewer as a separate hex section at the bottom of the viewer as it's own thing.

@pjrinaldi
Copy link
Owner Author

i can add a internal hex viewer for viewing the slack... and a popup menu item for it. also i implemented ghex to deploy henever something without a viewer or external program is opened.

need to update file content to either write to a file or pull into memory depending on the file size....

@pjrinaldi
Copy link
Owner Author

also will use the hex viewer for right click display of parsarble artifacts such as recycler, link, etc..
and use external for unknowns...

implement the right click slack hex

@pjrinaldi
Copy link
Owner Author

issue with right click hexviewer and getfileslack(), need to test and fix.

@pjrinaldi
Copy link
Owner Author

also might want to look into fixing the numbering for the slack so it picks up where the content ends.

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

No branches or pull requests

1 participant