https://github.com/cyb3rv1c/rc4_encryptor-decryptor
A lightweight C++ tool that encrypts/decrypts RC4-encrypted shellcode from a binary file using a provided key.
https://github.com/cyb3rv1c/rc4_encryptor-decryptor
rc4-encryption shellcode
Last synced: 10 months ago
JSON representation
A lightweight C++ tool that encrypts/decrypts RC4-encrypted shellcode from a binary file using a provided key.
- Host: GitHub
- URL: https://github.com/cyb3rv1c/rc4_encryptor-decryptor
- Owner: Cyb3rV1c
- License: mit
- Created: 2024-10-11T17:56:42.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-11T18:09:59.000Z (over 1 year ago)
- Last Synced: 2025-03-17T02:24:50.592Z (about 1 year ago)
- Topics: rc4-encryption, shellcode
- Language: C++
- Homepage:
- Size: 20.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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.