Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/a0zhar/notpetya
My own custom fork of Hildaboo's repository containing the "decompiled file encryptor code" of the notpetya ransomware.
https://github.com/a0zhar/notpetya
notpetya notpetya-decompiled notpetya-sourcecode notpetya-src notpetyadecompiled ransomware
Last synced: about 14 hours ago
JSON representation
My own custom fork of Hildaboo's repository containing the "decompiled file encryptor code" of the notpetya ransomware.
- Host: GitHub
- URL: https://github.com/a0zhar/notpetya
- Owner: a0zhar
- Created: 2023-11-16T20:44:11.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-16T20:58:05.000Z (about 1 year ago)
- Last Synced: 2023-11-16T22:03:41.167Z (about 1 year ago)
- Topics: notpetya, notpetya-decompiled, notpetya-sourcecode, notpetya-src, notpetyadecompiled, ransomware
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NotPetya File Encryptor Code
This repository contains my custom fork of hildaboo's decompiled C++ source code of the NotPetya Ransomware File Encryption part.
More likely a recreation rather than the OG/Official code...# Credits
* [hildaboo](https://github.com/hildaboo) - For the initial Code
* [a0zhar](https://github.com/a0zhar) - For maintaining and updating the code