ncorbuk / Conti-Ransomware

Full source of the Conti Ransomware Including the missing Locker files from the original leak. I have fixed some of the errors intentionally introduced by the leaker to prevent the locker from being built. The Queue header file which implements a few linked list data structures that Conti uses for task scheduling in the Threadpool had several missi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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. I have fixed some of the errors intentionally introduced by the leaker to prevent the locker from being built. The Queue header file which implements a few linked list data structures that Conti uses for task scheduling in the Threadpool had several missi


Languages

Language:C++ 62.8%Language:C 37.2%