Description :
An advanced Windows tool that uses RC4 encryption to inject shellcode via the Remote Thread Hijacking technique, incorporating API obfuscation to obscure IAT visibility and evade detection by AVs
[+] Obfuscation Techniques: Employs Rc4 encryption to avoid signature-based detection. & incorporated API obfuscation
[+] Remote Thread Hijacking Technique where an external process takes control of a suspended thread in a target process to execute malicious code
[+] Anti-Debugging/Anti-Sandboxing: Validates environnement first , won't execute if there is no internet or if specific processes are running in the background.
Installation
- Clone the repository:
git clone https://github.com/Cyb3rV1c/ThreadVeil
-
Add your Rc4 encrypted shellcode in ThreadVeil.cpp
-
Specify Secret Key for Decryption
-
Compile & Run.
Execution
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.