?? makefile
字號(hào):
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 timer.o pktrelay.o hunt: $(OBJ) $(CC) ${LDFLAGS} -o $@ $^ -lpthreadhunt_static: $(OBJ) $(CC) ${LDFLAGS} -static -o $@ $^ -lpthreadall: hunt hunt_staticdist: all clean strip hunt strip hunt_staticclean: rm -f *.o core c/*.o c/core c/list_test c/hash_test c/array_test $(MAKE) -C tpserv clean# rm -rf .sniff distclean: rm -f *.o core c/*.o c/core c/list_test c/hash_test c/array_test rm -f hunt hunt_static $(MAKE) -C tpserv distclean# rm -rf .sniffcleandist: distcleanclean-dist: distcleandist-clean: distclean
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -