Skip to content

Latest commit

 

History

History

Encryption_Shellcode

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

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