generator/stamp-generator
hivex.pc
hivex-*.tar.gz
-hivex/*.1
-hivex/*.3
-hivex/hivex.h
-hivex/hivex.pod
-hivex/hivexsh
-hivex/hivexml
-hivex/tools/*.opt
html/hivex.3.html
html/hivexget.1.html
html/hivexml.1.html
images/mklarge
install-sh
*.la
+lib/*.1
+lib/*.3
+lib/hivex.h
+lib/hivex.pod
+lib/hivexsh
+lib/hivexml
+lib/tools/*.opt
.libs
libtool
*.lo
ACLOCAL_AMFLAGS = -I m4
-SUBDIRS = gnulib/lib hivex images gnulib/tests po
+SUBDIRS = gnulib/lib lib images gnulib/tests po
EXTRA_DIST = hivex.pc hivex.pc.in README LICENSE
versions of Samba, so you have to go back in the source repository
to find it (GPLv2+)
. http://amnesia.gtisc.gatech.edu/~moyix/suzibandit.ltd.uk/MSc/
- . reverse engineering the format (see hivex/tools/visualizer.ml)
+ . reverse engineering the format (see lib/tools/visualizer.ml)
Like NTREG, this library only attempts to read Windows NT registry
files (ie. not Windows 3.1 or Windows 95/98/ME). See the link above
gnulib/lib/Makefile
gnulib/tests/Makefile
hivex.pc
- hivex/Makefile
- hivex/tools/Makefile
images/Makefile
+ lib/Makefile
+ lib/tools/Makefile
po/Makefile.in])
AC_OUTPUT
check_functions ();
- output_to "hivex/hivex.h" generate_c_header;
- output_to "hivex/hivex.pod" generate_c_pod;
+ output_to "lib/hivex.h" generate_c_header;
+ output_to "lib/hivex.pod" generate_c_pod;
(* Always generate this file last, and unconditionally. It's used
* by the Makefile to know when we must re-run the generator.
noinst_PROGRAMS = mklarge
mklarge_SOURCES = mklarge.c
mklarge_CFLAGS = \
- -I$(srcdir)/../hivex \
+ -I$(srcdir)/../lib \
$(WARN_CFLAGS) $(WERROR_CFLAGS)
-mklarge_LDADD = ../hivex/libhivex.la
+mklarge_LDADD = ../lib/libhivex.la
noinst_DATA = large
--css 'pod.css' \
--htmldir html \
--outfile html/hivex.3.html \
- hivex/hivex.pod
+ lib/hivex.pod
$(top_builddir)/html/hivexml.1.html: hivexml.pod
mkdir -p $(top_builddir)/html
--css 'pod.css' \
--htmldir html \
--outfile html/hivexml.1.html \
- hivex/hivexml.pod
+ lib/hivexml.pod
$(top_builddir)/html/hivexget.1.html: hivexget.pod
mkdir -p $(top_builddir)/html
--css 'pod.css' \
--htmldir html \
--outfile html/hivexget.1.html \
- hivex/hivexget.pod
+ lib/hivexget.pod
$(top_builddir)/html/hivexsh.1.html: hivexsh.pod
mkdir -p $(top_builddir)/html
--css 'pod.css' \
--htmldir html \
--outfile html/hivexsh.1.html \
- hivex/hivexsh.pod
+ lib/hivexsh.pod
-hivex/hivex.c
-hivex/hivexml.c
-hivex/hivexsh.c
images/mklarge.c
+lib/hivex.c
+lib/hivexml.c
+lib/hivexsh.c