xor
misc::xor
performs XOR decoding/encoding on a provided file with 0x42
default key. It has the following command line arguments:
/input
: the file to XOR encode/output
: the file to save the results/xor
: they XOR key
The following example XOR encodes a metasploit generated shellcode:
Provide an XOR encoding key:
Last updated