Skip to content

Latest commit

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..

README.md

Encryption Shellcode 馃

Overview

Technique that performs shellcode decryption using the RC4 and AES algorithm

Usage

Building for rc4 encryption:

cargo run --bin rc4

Building for AES encryption

cargo run --bin aes