Black Clipper - virus malware on c++ 17 Full Source

Currently reading:
 Black Clipper - virus malware on c++ 17 Full Source

rolandire

Member
LV
1
Joined
Dec 29, 2022
Threads
21
Likes
35
Awards
5
Credits
2,483©
Cash
0$
⚠️ Warning: This project is created solely for research and educational purposes. Using this code for malicious purposes is illegal.

🔍 Overview​

BlackClipper is a project demonstrating various software protection techniques and mechanisms, including:

  • Anti-debugging and anti-analysis
  • Code obfuscation
  • Polymorphic encryption
  • Rootkit components
  • Registry manipulation
  • System persistence

🛠 Technical Specifications​

Core Components​

  • Anti-VM (anti_vm.h)
    • Virtual machine detection
    • Environment checks
    • Debugger detection
  • Cryptor (cryptor.h)
    • Polymorphic XOR encryption
    • RC4 encryption
    • Metamorphic string obfuscation
  • Rootkit (rootkit.h)
    • Process hiding
    • System call modification
    • Detection prevention

System Requirements​

  • Windows 10/11
  • Visual Studio 2022
  • Platform Toolset v143
  • C++17 or higher
1734945813520


Link:
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Top Bottom