-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
57 changed files
with
7,515 additions
and
450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
程序编写 | ||
hyrathb | ||
HustMoon <[email protected]> form HUST | ||
kkHAIKE <[email protected]> from XTU | ||
|
||
|
@@ -8,3 +9,6 @@ | |
deb包脚本 | ||
Cheese Lee <[email protected]> from SYSU | ||
|
||
逆向 | ||
hyrathb | ||
紫禁北归 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
ACLOCAL_AMFLAGS = -I m4 | ||
|
||
SUBDIRS = src po | ||
SUBDIRS = src | ||
|
||
dist_doc_DATA = README | ||
|
||
dist_man_MANS = mentohust.1 | ||
|
||
EXTRA_DIST = @[email protected] m4 debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch | ||
SPEC = mentohust.spec | ||
|
||
EXTRA_DIST = $(SPEC) debian/changelog debian/compat debian/control debian/copyright debian/rules debian/watch | ||
|
||
rpm: dist @[email protected] | ||
rpmbuild -bb \ | ||
--define "_sourcedir `pwd`" \ | ||
--define "_builddir `pwd`" \ | ||
--define "_specdir `pwd`" \ | ||
--define "_rpmdir `pwd`" \ | ||
--define "_srcrpmdir `pwd`" \ | ||
@[email protected] | ||
rpm: dist-gzip | ||
mkdir -p ~/rpmbuild/SOURCES/ | ||
mv mentohust-*.tar.gz ~/rpmbuild/SOURCES/ | ||
if [ -z "$(TARGET)" ] ;then \ | ||
rpmbuild -bb $(top_srcdir)/$(SPEC) ; \ | ||
else rpmbuild -bb $(top_srcdir)/$(SPEC) --target=$(TARGET) ; fi | ||
mv ~/rpmbuild/RPMS/*$(TARGET)/mentohust-*$(TARGET).rpm ./ | ||
rm ~/rpmbuild/SOURCES/mentohust* | ||
|
||
deb: debian/rules | ||
dpkg-buildpackage -rfakeroot -uc -b -d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
byte_order.o: byte_order.c /usr/include/stdc-predef.h byte_order.h ustd.h \ | ||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stdint.h \ | ||
/usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ | ||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ | ||
/usr/include/gnu/stubs-64.h /usr/include/bits/wchar.h \ | ||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \ | ||
/usr/include/bits/environments.h /usr/include/bits/types.h \ | ||
/usr/include/bits/typesizes.h \ | ||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stddef.h \ | ||
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/stdlib.h \ | ||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ | ||
/usr/include/endian.h /usr/include/bits/endian.h \ | ||
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ | ||
/usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ | ||
/usr/include/bits/select.h /usr/include/bits/sigset.h \ | ||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \ | ||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ | ||
/usr/include/bits/stdlib-float.h | ||
|
||
/usr/include/stdc-predef.h: | ||
|
||
byte_order.h: | ||
|
||
ustd.h: | ||
|
||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stdint.h: | ||
|
||
/usr/include/stdint.h: | ||
|
||
/usr/include/features.h: | ||
|
||
/usr/include/sys/cdefs.h: | ||
|
||
/usr/include/bits/wordsize.h: | ||
|
||
/usr/include/gnu/stubs.h: | ||
|
||
/usr/include/gnu/stubs-64.h: | ||
|
||
/usr/include/bits/wchar.h: | ||
|
||
/usr/include/unistd.h: | ||
|
||
/usr/include/bits/posix_opt.h: | ||
|
||
/usr/include/bits/environments.h: | ||
|
||
/usr/include/bits/types.h: | ||
|
||
/usr/include/bits/typesizes.h: | ||
|
||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stddef.h: | ||
|
||
/usr/include/bits/confname.h: | ||
|
||
/usr/include/getopt.h: | ||
|
||
/usr/include/stdlib.h: | ||
|
||
/usr/include/bits/waitflags.h: | ||
|
||
/usr/include/bits/waitstatus.h: | ||
|
||
/usr/include/endian.h: | ||
|
||
/usr/include/bits/endian.h: | ||
|
||
/usr/include/bits/byteswap.h: | ||
|
||
/usr/include/bits/byteswap-16.h: | ||
|
||
/usr/include/sys/types.h: | ||
|
||
/usr/include/time.h: | ||
|
||
/usr/include/sys/select.h: | ||
|
||
/usr/include/bits/select.h: | ||
|
||
/usr/include/bits/sigset.h: | ||
|
||
/usr/include/bits/time.h: | ||
|
||
/usr/include/sys/sysmacros.h: | ||
|
||
/usr/include/bits/pthreadtypes.h: | ||
|
||
/usr/include/alloca.h: | ||
|
||
/usr/include/bits/stdlib-float.h: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,127 @@ | ||
checkV4.o: checkV4.c /usr/include/stdc-predef.h rjwhirlpool.h ustd.h \ | ||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stdint.h \ | ||
/usr/include/stdint.h /usr/include/features.h /usr/include/sys/cdefs.h \ | ||
/usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \ | ||
/usr/include/gnu/stubs-64.h /usr/include/bits/wchar.h \ | ||
/usr/include/unistd.h /usr/include/bits/posix_opt.h \ | ||
/usr/include/bits/environments.h /usr/include/bits/types.h \ | ||
/usr/include/bits/typesizes.h \ | ||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stddef.h \ | ||
/usr/include/bits/confname.h /usr/include/getopt.h /usr/include/stdlib.h \ | ||
/usr/include/bits/waitflags.h /usr/include/bits/waitstatus.h \ | ||
/usr/include/endian.h /usr/include/bits/endian.h \ | ||
/usr/include/bits/byteswap.h /usr/include/bits/byteswap-16.h \ | ||
/usr/include/sys/types.h /usr/include/time.h /usr/include/sys/select.h \ | ||
/usr/include/bits/select.h /usr/include/bits/sigset.h \ | ||
/usr/include/bits/time.h /usr/include/sys/sysmacros.h \ | ||
/usr/include/bits/pthreadtypes.h /usr/include/alloca.h \ | ||
/usr/include/bits/stdlib-float.h rjmd5.h rjtiger.h rjripemd128.h \ | ||
rjsha1.h md5.h types.h checkV4.h /usr/include/stdio.h \ | ||
/usr/include/libio.h /usr/include/_G_config.h /usr/include/wchar.h \ | ||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stdarg.h \ | ||
/usr/include/bits/stdio_lim.h /usr/include/bits/sys_errlist.h \ | ||
/usr/include/string.h /usr/include/xlocale.h | ||
|
||
/usr/include/stdc-predef.h: | ||
|
||
rjwhirlpool.h: | ||
|
||
ustd.h: | ||
|
||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stdint.h: | ||
|
||
/usr/include/stdint.h: | ||
|
||
/usr/include/features.h: | ||
|
||
/usr/include/sys/cdefs.h: | ||
|
||
/usr/include/bits/wordsize.h: | ||
|
||
/usr/include/gnu/stubs.h: | ||
|
||
/usr/include/gnu/stubs-64.h: | ||
|
||
/usr/include/bits/wchar.h: | ||
|
||
/usr/include/unistd.h: | ||
|
||
/usr/include/bits/posix_opt.h: | ||
|
||
/usr/include/bits/environments.h: | ||
|
||
/usr/include/bits/types.h: | ||
|
||
/usr/include/bits/typesizes.h: | ||
|
||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stddef.h: | ||
|
||
/usr/include/bits/confname.h: | ||
|
||
/usr/include/getopt.h: | ||
|
||
/usr/include/stdlib.h: | ||
|
||
/usr/include/bits/waitflags.h: | ||
|
||
/usr/include/bits/waitstatus.h: | ||
|
||
/usr/include/endian.h: | ||
|
||
/usr/include/bits/endian.h: | ||
|
||
/usr/include/bits/byteswap.h: | ||
|
||
/usr/include/bits/byteswap-16.h: | ||
|
||
/usr/include/sys/types.h: | ||
|
||
/usr/include/time.h: | ||
|
||
/usr/include/sys/select.h: | ||
|
||
/usr/include/bits/select.h: | ||
|
||
/usr/include/bits/sigset.h: | ||
|
||
/usr/include/bits/time.h: | ||
|
||
/usr/include/sys/sysmacros.h: | ||
|
||
/usr/include/bits/pthreadtypes.h: | ||
|
||
/usr/include/alloca.h: | ||
|
||
/usr/include/bits/stdlib-float.h: | ||
|
||
rjmd5.h: | ||
|
||
rjtiger.h: | ||
|
||
rjripemd128.h: | ||
|
||
rjsha1.h: | ||
|
||
md5.h: | ||
|
||
types.h: | ||
|
||
checkV4.h: | ||
|
||
/usr/include/stdio.h: | ||
|
||
/usr/include/libio.h: | ||
|
||
/usr/include/_G_config.h: | ||
|
||
/usr/include/wchar.h: | ||
|
||
/usr/lib/gcc/x86_64-unknown-linux-gnu/5.2.0/include/stdarg.h: | ||
|
||
/usr/include/bits/stdio_lim.h: | ||
|
||
/usr/include/bits/sys_errlist.h: | ||
|
||
/usr/include/string.h: | ||
|
||
/usr/include/xlocale.h: |
Oops, something went wrong.