forked from rofl0r/hexedit0r
-
Notifications
You must be signed in to change notification settings - Fork 0
personal fork of hexedit, a ncurses hexeditor
License
Humm42/hexedit0r
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
this is hexedit0r, rofl0r's fork of hexedit 1.2.12 ================================================== differences from upstream hexedit: - colors are enabled by default - no autconf - less type bugs (like using int for sizes) requirements: - a C compiler, preferably GCC - ncurses headers and libraries - gnu make installation: make CC=gcc [CFLAGS="-Wall"] [LDFLAGS="-static"] [-j16] make [prefix=/usr] [DESTDIR=$HOME] install in case your libc has memmem and/or memrmem, you can add -DHAVE_MEMMEM / -DHAVE_MEMRMEM to your CFLAGS to use the version provided by the libc. likewise, if you have sys/mount.h, add -DHAVE_SYS_MOUNT_H.
About
personal fork of hexedit, a ncurses hexeditor
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- C 83.5%
- Roff 15.3%
- Makefile 1.2%