1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-05-06 16:09:38 +02:00
2015-03-24 10:28:58 -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.