Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T14:25:46.000Z (about 1 year ago)
- Last Synced: 2024-06-09T22:41:13.347Z (8 months ago)
- Topics: fpc, hex, lazarus, pascal, record, reverse-engineering
- Language: Pascal
- Homepage:
- Size: 1.05 MB
- Stars: 52
- Watchers: 7
- Forks: 19
- Open Issues: 0
-
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.![Screenshot](screenshots/hex-screenshot.png)
## 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).