mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-01-20 20:37:27 +01:00
Strip debugging symbols when compiling the linker.
git-svn-id: file:///home/svn/framework3/trunk@10419 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
parent
3f3be8e085
commit
99646300d3
@ -16,24 +16,31 @@ msflinker.bin: msflinker elf2bin.c
|
||||
./elf2bin
|
||||
|
||||
libc.h: ../../bionic/compiled/libc.so
|
||||
strip --strip-debug ../../bionic/compiled/libc.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libc.so libc
|
||||
|
||||
libm.h: ../../bionic/compiled/libm.so
|
||||
strip --strip-debug ../../bionic/compiled/libm.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libm.so libm
|
||||
|
||||
libcrypto.h: ../../bionic/compiled/libcrypto.so
|
||||
strip --strip-debug ../../bionic/compiled/libcrypto.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libcrypto.so libcrypto
|
||||
|
||||
libssl.h: ../../bionic/compiled/libssl.so
|
||||
strip --strip-debug ../../bionic/compiled/libssl.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libssl.so libssl
|
||||
|
||||
libsupport.h: ../../bionic/compiled/libsupport.so
|
||||
strip --strip-debug ../../bionic/compiled/libsupport.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libsupport.so libsupport
|
||||
|
||||
libmetsrv_main.h: ../../bionic/compiled/libmetsrv_main.so
|
||||
strip --strip-debug ../../bionic/compiled/libmetsrv_main.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libmetsrv_main.so libmetsrv_main
|
||||
|
||||
libpcap.h: ../../bionic/compiled/libpcap.so
|
||||
strip --strip-debug ../../bionic/compiled/libpcap.so
|
||||
perl ../../../tools/so2h.pl ../../bionic/compiled/libpcap.so libpcap
|
||||
|
||||
metsrv_rtld.o: libc.h libm.h libcrypto.h libssl.h libmetsrv_main.h libsupport.h libpcap.h
|
||||
|
Loading…
Reference in New Issue
Block a user