-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
60 lines (39 loc) · 1.7 KB
/
README
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
Copyright
=========
GHex - a binary editor
Copyright (C) 1998, 1999, 2000 Jaka Mocnik
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
For more details see the file COPYING.
What is GHex
============
GHex is a hex editor for the GNOME desktop.
GHex can load raw data from binary files and display them for editing in the
traditional hex editor view. The display is split in two columns, with
hexadecimal values in one column and the ASCII representation in the other.
A useful tool for working with raw data.
System Requirements
===================
GHex should build on (I guess) most unices. It needs the X11R6 libraries,
glib, gdk and gtk 1.2.x libraries and GNOME 1.0.x libraries.
Use
===
Read the help files.
Author
======
GHex is being maintained by Jaka Mocnik <[email protected]>. If
you are having trouble installing and/or running GHex, feel free to
e-mail me.
You can check on the current status of GHex via www at:
http://pluton.ijs.si/~jaka/soft.html#GHEX
Comments, ideas and (most of all) bug reports (and especially patches) are
very welcome.