Files
metasploit-gs/external/source/shellcode/bsdi/ia32/Makefile
T
Matt Miller 699e013121 initial import of shellcode source into v3
git-svn-id: file:///home/svn/framework3/trunk@4813 4d416f70-5f16-0410-b530-b9f4589650da
2007-04-29 20:27:23 +00:00

14 lines
323 B
Makefile

ASM=nasm
STAGERS=stager_sock_bind stager_sock_find stager_sock_reverse
STAGES=stage_tcp_shell
SINGLE=single_bind_tcp_shell single_find_tcp_shell single_reverse_tcp_shell
OBJS=${STAGERS} ${STAGES} ${SINGLE}
include ../../Makefile.incl
all:
@for i in ${OBJS}; ${BUILDASM}; done
clean:
rm -f *.o *.hex ${OBJS} *.disasm