forked from sporst/JHexView
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
34 lines (27 loc) · 1.17 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
JHexView component by Sebastian Porst ([email protected]), modified by Argent77
Official website: https://github.com/sporst/JHexView
JHexView for Near Infinity: https://github.com/NearInfinityBrowser/JHexView
License: GPL 2.0
JHexView is a Java component for displaying binary data in Java applications
like hex editors or memory inspectors.
To see the component in action, please check out screenshots of the hex editor
Hexer that uses this component. You can find the screenshots at
http://www.the-interweb.com/serendipity/index.php?/archives/96-Hexer-1.0.0.html
Dependencies: https://github.com/sporst/splib
Features:
- Displays binary data in decimal and hexadecimal order
- Support for grouping bytes in columns
- Little endian or Big endian display
- Full mouse-wheel support
- Colorize individual bytes according to arbitrary criteria
- Colorize arbitrary ranges of bytes
- Customizable context-menus
- Can work with loaded data or data that must be dynamically loaded from an
external source
- Full control over the display colors
Changes by Argent77:
- Included dependencies (splib)
- Added Apache Ant build script
- Find bytes/text support
- Copy/paste support
- Undo/redo support