open-source malware written in C#.
The Avenger
Features of 313 AlmuntaqimVirus
– Master Boot Record (MBR) Corruption: Randomizes your system’s MBR, potentially making the system unbootable.
– Registry Deletion: Executes commands to delete system registry keys.
– GDI Visual Distortions: Creates graphical distortions and effects on the screen, including random colors and BitBlt effects.
– Icon Display: Randomly places icons on the screen to increase chaos.
– Audio Interference: Plays an infinite loop of distorted audio generated by Bytebeat algorithms.
Code Breakdown
Key Functions:
1. `AlmuntaqimVirus313TeamMBR`
Writes random data to the Master Boot Record.
2. `reg_delete`
Deletes system registry keys via
cmd.exe
.
3. `PerformBitBltEffects`
Uses GDI API to create screen distortions.
4. `PlayBytebeatAudioLoop`
Generates and plays audio designed to disturb the user.
github: github.com/313Team/313-AlmuntaqimVirus
#313_Team
⚠ WARNING: This software is a malicious virus designed to wreak havoc on your system. DO NOT RUN THIS CODE unless you fully understand the consequences. This project is for educational purposes only to demonstrate how malware operates. The author is NOT RESPONSIBLE for any misuse of this software.
💀 Features of 313 AlmuntaqimVirus
Master Boot Record (MBR) Corruption: Randomizes your system’s MBR, potentially making the system unbootable.
Registry Deletion: Executes commands to delete system registry keys.
GDI Visual Distortions: Creates graphical distortions and effects on the screen, including random colors and BitBlt effects.
Icon Display: Randomly places icons on the screen to increase chaos.
Audio Interference: Plays an infinite loop of distorted audio generated by Bytebeat algorithms.
