1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-02-16 00:24:29 +01:00
metasploit-payloads/c/meterpreter/workspace
OJ c7f7bc2fc0
Remove method strings from TLV packets
We now use ints, and hopefully this means we don't have as much obvious
stuff in the binaries!

```
$ # Before:
$ strings metsrv.x86.dll | grep core_ | wc -l
46
$ # After:
$ strings metsrv.x86.dll | grep core_ | wc -l
0
```
Big win, and it's even bigger for the likes of stdapi.

Had to fix a bunch of other stuff along the way, including a subtle
issue with the Powershell Meterp bindings.
2020-04-28 23:41:06 +10:00
..
backcompat First pass of CMake support (MSVC specific ATM) 2020-04-24 13:31:16 +10:00
elevator Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_espia Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_extapi Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_incognito Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_kiwi Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_lanattacks Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_mimikatz Include comsuppw change for mimikatz 2020-04-24 13:40:19 +10:00
ext_server_peinjector Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_powershell First pass of CMake support (MSVC specific ATM) 2020-04-24 13:31:16 +10:00
ext_server_priv Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_python Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_sniffer Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_stdapi Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_unhook Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ext_server_winpmem Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
jpeg Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
metsrv Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
ReflectiveDLLInjection Begin removing the delay-load dependency 2020-04-22 13:06:40 +10:00
screenshot Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
CMakeLists.txt Clean and working builds with CMake 2020-04-24 13:31:34 +10:00
CMakeListsFuncs.txt First pass of CMake support (MSVC specific ATM) 2020-04-24 13:31:16 +10:00
make.msbuild Support Rapid7 internal builds, fix sniffer ext 2013-09-15 00:00:20 +10:00
meterpreter.props Finalise support for VS2013/VS2017/VS2019 & v120_xp/v141_xp 2020-04-21 08:10:42 +10:00
meterpreter.sln Remove method strings from TLV packets 2020-04-28 23:41:06 +10:00