Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 503 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 503 Bytes

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