descriptionnone
repository URLhttps://github.com/rofl0r/hexedit0r.git
ownerretnyg@gmx.net
last changeSat, 5 Oct 2013 05:13:17 +0000 (5 07:13 +0200)
last refreshSat, 27 Apr 2024 08:45:30 +0000 (27 10:45 +0200)
content tags
add:
README
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.
shortlog
2013-10-05 rofl0rremove line-end witespace noisemaster
2013-10-05 rofl0rremove superfluous libgen.h inclusion in header
2013-10-05 rofl0rupdate README
2013-10-05 rofl0rmake mymem* macros if available in libc
2013-10-05 rofl0rfix prototypes of mymem*
2013-10-05 rofl0rsearchA: use size_t
2013-10-05 rofl0rmark.c: check malloc return value
2013-10-05 rofl0rhexStr... use size_t where size_t is needed
2013-10-05 rofl0rmark.c: remove superfluous strlen call
2013-10-05 rofl0rfix fd leak
2013-10-05 rofl0rremove misleading INT macro - it expanded to off_t
2013-10-05 rofl0rMakefile: all .o files need to be rebuilt when hexedit...
2013-10-05 rofl0rfix UB resulting from 32/64bit type mismatch in format...
2013-10-03 rofl0rhexedit.c: fix implicit decl of basenamev1.0
2013-10-03 rofl0rfile.c: fix implicit decl of basename
2013-10-03 rofl0radd README
...
tags
10 years ago v1.0
heads
10 years ago master