https://github.com/wp-xyz/Hex
Hex editor designed for analyzing binary files.
https://github.com/wp-xyz/Hex
fpc hex lazarus pascal record reverse-engineering
Last synced: 4 months ago
JSON representation
Hex editor designed for analyzing binary files.
- Host: GitHub
- URL: https://github.com/wp-xyz/Hex
- Owner: wp-xyz
- License: mit
- Created: 2019-08-29T11:04:15.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2025-01-21T16:46:30.000Z (10 months ago)
- Last Synced: 2025-01-21T17:38:09.145Z (10 months ago)
- Topics: fpc, hex, lazarus, pascal, record, reverse-engineering
- Language: Pascal
- Homepage:
- Size: 1.14 MB
- Stars: 59
- Watchers: 8
- Forks: 21
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hex
Hex is an open source hex editor with some features which are useful for analyzing binary files ("reverse-engineering"):
* **Numeric viewer**: displays the byte selected by the cursor and the following bytes of standard Pascal numeric data types (byte, shortint, word, ..., singe, double, real48) as a usual number.
* **Record viewer**: allows to construct "records" from the basic Pascal types. The record elements are displayed in "human-readable" form. Commands are available to scroll through the file record by record.
* **Object viewer**: displays embedded images.

## Compilation
The application is distributed as Pascal source code only. It can be compiled with Lazarus v2.0+/FPC3.0+.
Third-party componets used are created at runtime and thus do not need installation of extra packages.
Tested on Windows 32bit/64 bit and Linux 64 bit, but it should work also on other platforms supported by Lazarus.
## Acknowledgements
Besides the Lazarus LCL, the application uses the following third-party component
* MPHexEditor: https://github.com/michalgw/mphexeditor/blob/master/hexeditor.html
Most of the icons are taken from https://icons8.com, style "Office" (https://icons8.com/icons/office) and style "Simple small" (https://icons8.com/icons/small).