velorek1 / xor

XOR - Easily encode/decode your binary files to avoid them being blocked by antivirus software

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

XOR

Easily encode/decode your binary files to avoid them being blocked by antivirus software Program that applies a XOR operation to a binary file so it can be sent safely through the internet without getting blocked by antivirus software.

The original file can be then reinstated.

Usage:

  • Encode -> xor BINARY.EXE NEWFILE.DAT

  • Decode -> xor NEWFILE.DAT BINARY.EXE

XORFUN with more terminal capabilities -> OPEN FILE LIST WITH SCROLL + TEXTBOX

About

XOR - Easily encode/decode your binary files to avoid them being blocked by antivirus software


Languages

Language:C 100.0%