Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 269 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 269 Bytes

xor_ps

Powershell Script to XOR $file1 by $file2

USAGE: xor.ps1 {encoded_input.dll} {xor_key.txt} {decoded_output.dll}

ARGUMENTS: {encoded_input.dll} The original encoded file {xor_key.txt} The XOR Key {decoded_output.dll} The output decoded file