-
Notifications
You must be signed in to change notification settings - Fork 12
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
Comments
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 |
added slack to the hex viewer as a separate hex section at the bottom of the viewer as it's own thing. |
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.... |
also will use the hex viewer for right click display of parsarble artifacts such as recycler, link, etc.. implement the right click slack hex |
issue with right click hexviewer and getfileslack(), need to test and fix. |
also might want to look into fixing the numbering for the slack so it picks up where the content ends. |
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..
The text was updated successfully, but these errors were encountered: