1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-01-08 14:36:22 +01:00
metasploit-payloads/c/meterpreter/workspace/ext_server_kiwi
Brent Cook 9a71a575b7 use OpenSSL with Windows builds for now
LibreSSL does not yet work well with Windows meterpreter for 2 reasons:
  1. because its built with mingw/gcc, it does not have SAFESEH, requiring that
	 protection to be disabled for the whole stack. It could, it just needs a
	 way to be built with MSVS instead.
  2. OpenSSL 1.0.1 and Libressl both make metsrv about 50% larger.

When transports are more abstracted and LibreSSL can build with MSVS, we will
revisit this.
2015-03-25 09:12:11 -05:00
..
ext_server_kiwi.vcxproj use OpenSSL with Windows builds for now 2015-03-25 09:12:11 -05:00
ext_server_kiwi.vcxproj.filters Remove lots of stuff that Kiwi doesn't need 2014-07-10 13:26:33 +10:00