Path: blob/master/docs/metasploit-framework.wiki/How-to-XOR-with-Metasploit-Framework-Compiler.md
19566 views
How to XOR with Metasploit::Framework::Compiler
The Metasploit C compiler has built-in support for XOR encoding and decoding, which is implemented as the xor.h
header.
Code Example
To compile, use [[Metasploit::Framework::Compiler::Windows.compile_c|How to use Metasploit Framework Compiler Windows to compile C code]]