• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

Reverse Engineering rehex v0.3.4 - Reverse Engineers’ Hex Editor

Status
Not open for further replies.

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,623
Solutions
2
Reputation
32
Reaction score
100,455
Points
2,313
Credits
32,750
‎6 Years of Service‎
 
76%
file-diff.gif


Reverse Engineers’ Hex Editor

A cross-platform (Windows, Linux, Mac) hex editor for reverse engineering, and everything else.

Features

    Large (1TB+) file support
    Decoding of integer/floating-point value types
    Inline disassembly of machine code
    Highlighting and annotation of ranges of bytes
    Side by side comparison of selections
    Lua scripting support (API reference here)
    Virtual address mapping support

Changelog v0.4

* Add data types for common text encodings (Unicode, ISO-8859) – text displayed or typed into the text view on the right will be decoded or encoded appropriately (#10).

* Treat pasted text as text rather than a string of raw bytes.

* Add 8-bit integer data types.

* Don’t mark new files as unsaved.

* Store cursor position history and allow jumping backwards/forwards (#81).

* Allow jumping to previous/next difference in data compare window (#131).

* Collapse long ranges of identical data in data compare window (#85).

* Added “Jump to offset in main window” to data compare window context menu.

* Added shortcuts for comparing data (#103).

* Add support for other encodings to strings tool (#106).

* Add write protect flag to prevent accidental changes to file data during analysis (#130).

* Respect system cursor blink speed setting (#112).

To see this hidden content, you must like this content.
 
Status
Not open for further replies.
Back
Top