rehex icon indicating copy to clipboard operation
rehex copied to clipboard

Reverse Engineers' Hex Editor

Results 43 rehex issues
Sort by recently updated
recently updated
newest added

How can I save the current hex session as a project file so that I can save and open it later? Thanks.

feature

Idea: Pressing [Shift+]F6 could jump between points of interest (comments, highlights, etc)

feature

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....

enhancement

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...

enhancement

![image](https://user-images.githubusercontent.com/9392044/164220702-90e2a78c-6d32-4603-befb-7609148b016f.png)

feature

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

feature

Decompresses a range of bytes - either to a new buffer, or to a file on disk, or perhaps substitute in the file?

feature

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...

feature

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...

feature