1
mirror of https://github.com/rapid7/metasploit-payloads synced 2025-03-18 15:14:10 +01:00

Land , Update RDI submodule to handle cross compile

This commit is contained in:
Spencer McIntyre 2020-07-07 08:45:56 -04:00
commit db32826c15
No known key found for this signature in database
GPG Key ID: 58101BA0D0D9C987
4 changed files with 5 additions and 5 deletions
c/meterpreter
gem/lib/metasploit-payloads

@ -1,5 +1,5 @@
ID := $(shell id -u)
DOCKER_CONTAINER=win-meterpreter-build
DOCKER_CONTAINER=rapid7/msf-ubuntu-x64-meterpreter:latest
COMMON_GEN=-Wno-dev -DUSE_STATIC_MSVC_RUNTIMES=ON
COMMON_GEN_X86=-DCMAKE_TOOLCHAIN_FILE=../toolsets/i686-w64-mingw32.cmake -DBUILD_ARCH=Win32 ${COMMON_GEN}
COMMON_GEN_X64=-DCMAKE_TOOLCHAIN_FILE=../toolsets/x86_64-w64-mingw32.cmake -DBUILD_ARCH=x64 ${COMMON_GEN}
@ -10,7 +10,7 @@ all: meterpreter
clean: meterpreter-x64-clean meterpreter-x86-clean
install:
@cp output/*.dll ../../../metasploit-framework/data/meterpreter
@cp -f output/*.dll ../../../metasploit-framework/data/meterpreter
##########################################################################################
### Build all

@ -1 +1 @@
Subproject commit 49dfcb65d60bfb859a7dffac2334bf19ceaa085b
Subproject commit 6bad4c49327ad3b7d9cce6e280d034b76dbec928

@ -1 +1 @@
Subproject commit 23fba4e7397b4b03a43f0827b264a64f13f3dcdd
Subproject commit 9339edbaa10a2762ca149adffbb9c5372882860c

@ -1,6 +1,6 @@
# -*- coding:binary -*-
module MetasploitPayloads
VERSION = '2.0.8'
VERSION = '2.0.9'
def self.version
VERSION