1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-30 22:19:17 +02:00
2016-01-29 10:41:18 +01:00
..
2015-03-26 11:04:03 -05:00
2015-03-24 10:28:58 -05:00

This is the runtime linker for the posix meterpreter. It is currently linux/x86
only, but this will probably change later on once I have meterpreter working 
in general.

Currently, make test will build a stand alone binary that will unpack/resolve
libc, libm, libcrypto, libssl, and the metsrv_main binary. It will then call
the server_setup(fd) code. 

make will build a .so with the above code. It will probably be used for payload
support, but that is a little while away.