📄 makefile
字号:
CFLAGS=-Wall -O2 -g -D_REENTRANT#CFLAGS+=-DSYNC_FAST#CFLAGS+=-D_WITH_LINUX_KERNEL_HDRLDFLAGS=#LDFLAGS=-staticOBJ=hunt.o main.o c/list.o c/hash.o c/array.o util.o net.o \ rst.o menu.o hijack.o rstd.o sniff.o macdisc.o \ tap.o arphijack.o tty.o synchijack.o arpspoof.o hostup.o \ addpolicy.o options.o resolv.o hunt: $(OBJ) gcc ${LDFLAGS} -o $@ $^ -lpthreadhunt_static: $(OBJ) gcc ${LDFLAGS} -static -o $@ $^ -lpthreadall: hunt hunt_staticclean: rm -f *.o core c/*.o c/core c/list_test c/hash_test c/array_test clean-dist: rm -f *.o core c/*.o c/core c/list_test c/hash_test c/array_test rm -f hunt hunt_static
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -