rehex
rehex copied to clipboard
Reverse Engineers' Hex Editor
How can I save the current hex session as a project file so that I can save and open it later? Thanks.
Idea: Pressing [Shift+]F6 could jump between points of interest (comments, highlights, etc)
Split out from #172. Lots of bits of rehex predate the virtual addressing feature and ignore it - still dealing only in physical offsets even when virtual addressing is selected....
Split out from #172. The disassembly in the main view of the code data types always disassembles from the start of the region, which is okay for most things since...

Export diffs from file comparison as plain text, maybe also HTML and binary diff/patch formats? https://www.reddit.com/r/ReverseEngineering/comments/tz8pai/new_binary_template_feature_in_reverse_engineers/i5b5rqq/?context=3
Decompresses a range of bytes - either to a new buffer, or to a file on disk, or perhaps substitute in the file?
Not sure if I should do this - it could be helpful, but it could also be obnoxious and annoying (*waves at VirtualBox*). This would not be included in package-managed...
Same basic thing as copy-pasting comments. It could be implemented as another copy in the context menu when right clicking within a highlighted data section, or it could copy any...