项目作者: Jyang772

项目描述 :
XOR encryption, malware crypter
高级语言: C++
项目地址: git://github.com/Jyang772/XOR_Crypter.git
创建时间: 2013-12-03T22:06:59Z
项目社区:https://github.com/Jyang772/XOR_Crypter

开源协议:

下载


XOR_Crypter

This is a simple file crypter.

  1. Reads in file data.

  2. “Encrypts” file data using XOR encryption

  3. Outputs file with encrypted data

  4. When crypted file is run, file data is decrypted in system memory

  5. File is then executed from system memory

Downloading and Contributing

  1. Fork the project