Skip to content

A lightweight C++ tool that encrypts/decrypts RC4-encrypted shellcode from a binary file using a provided key.

License

Notifications You must be signed in to change notification settings

Cyb3rV1c/Rc4_Encryptor-Decryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rc4_Encryptor-Decryptor

A lightweight C++ tool that encrypts/decrypts RC4-encrypted shellcode from a binary file using a provided key. The decryptor processes the encrypted shellcode and outputs the decrypted version into a file for further analysis or use and vice versa. This tool is designed for reverse engineers and cybersecurity professionals handling encrypted payloads in memory-based attacks.

Disclaimer

This project is intended for educational and research purposes only.

The code provided in this repository is designed to help individuals understand and improve their knowledge of cybersecurity, ethical hacking, and malware analysis techniques. It must not be used for malicious purposes or in any environment where you do not have explicit permission from the owner.

About

A lightweight C++ tool that encrypts/decrypts RC4-encrypted shellcode from a binary file using a provided key.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages