ImHex – A Hex Editor
github.com
ImHex – A Hex Editor
1–10 of 78 posts
Re: ImHex – A Hex Editor
#2Might be helpful to mention system requirements, so people don't waste their time downloading!
Re: ImHex – A Hex Editor
#3As a reverser it does seem amazing!
Re: ImHex – A Hex Editor
#4ImHex – A Hex Editor - https://news.ycombinator.com/item?id=25353965 - Dec 2020 (78 comments)
Re: ImHex – A Hex Editor
#5Re: ImHex – A Hex Editor
#6Re: ImHex – A Hex Editor
#7Re: ImHex – A Hex Editor
#8Referring to the title: Is a hex editor useful for literally anybody else? As a reverser it does seem amazing!
Re: ImHex – A Hex Editor
#9Referring to the title: Is a hex editor useful for literally anybody else? As a reverser it does seem amazing!
A hex editor is to binary data what a debugger is to code, a packet analyzer is to networking, and an oscilloscope is to electronics. These tools can be used for reverse engineering, but it is certainly not their only purpose.
Re: ImHex – A Hex Editor
#10Referring to the title: Is a hex editor useful for literally anybody else? As a reverser it does seem amazing!
Hex editor can also be very useful for programmers when working with binary file formats. Implementing support for image and archive formats. Testing that your code outputs the thing you expected it to output or inspecting a file which your program fails to process because some other program included some unexpected option fields or something like that. It's sometimes even useful even when working with text fails, typically because they included some invisible symbols which you didn't expect or differentiating between similar looking unicode symbols.