Skip to content

Full source of the Conti Ransomware Including the missing Locker files from the original leak.

Notifications You must be signed in to change notification settings

bug4y0u/Conti-Ransomware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Conti-Ransomware

Full source of the Conti Ransomware Including the Locker Files, Will be uploading English Translated Documentation In the future

Have fixed the Queue header file as it was (likely purposefully) corrupted, and was missing several commas and semi colons.
makes sense to prevent someone form just building the ransomware if they managed to get a hold of the locker files like I have. There are other measures taken to prevent the building of the ransomware, I believe there is at least one missing #ifdef statement or some other preprocessor macro in one of the header files, resulting in a flood of errors from the calls to the windows api header files. you will also need a visual studio version capable of using V140_xp build tools. The latest version of Visual studio to support this was 2017 I believe, as I couldnt get the necessary tools package on 2019 This Ransomware was originally compiled using Visual Studio 2015 so might be best just to use what they use.

About

Full source of the Conti Ransomware Including the missing Locker files from the original leak.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 62.8%
  • C 37.2%