• 🌙 Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

Black Clipper - virus malware on c++ 17 Full Source (1 Viewer)

Currently reading:
 Black Clipper - virus malware on c++ 17 Full Source (1 Viewer)

Recently searched:

rolandire

Member
LV
2
Joined
Dec 29, 2022
Threads
31
Likes
93
Awards
6
Credits
4,776©
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:
 
  • Like
Reactions: Darkstorm2759 and Peppie

seandean402

Member
LV
3
Joined
Jul 22, 2022
Threads
20
Likes
49
Awards
7
Credits
13,452©
Cash
0$

🔍 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
View attachment 268370

Link:
*** Hidden text: cannot be quoted. ***
lets see it
 

Brainsomers

PRO
PRO
Member
LV
2
Joined
Apr 20, 2023
Threads
24
Likes
101
Awards
6
Credits
39,067©
Cash
0$
s

🔍 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
View attachment 268370

Link:
*** Hidden text: cannot be quoted. ***
dsadasdsadsa
 

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
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom