Aska Loader [1.0]

pinkman

BOSS
Staff member
ADMIN
LEGEND
ULTIMATE
SUPREME
MEMBER
BFD Legacy
Joined
Feb 3, 2025
Messages
2,253
Reaction score
19,047
Deposit
0$
This is an implementation of a project with the ability to encrypt the main file of a malicious program with subsequent downloading from the network and decryption in memory, after which it transfers its decrypted executable data to RunPe, which reproduces the malicious code.

Features

Compress: Simple implementation of compression and hiding of static signatures of the main loader.
Malware Encryption: Malware Bytes Encryption and Decryption and their Implementation in Memory.
Anti-Analysis: A set of methods to prevent anti-debugging and anti-virtual machine.
Mutex-Control: Method to prevent bootloader from being executed again in an operating system.
Anti-AnyRun(Win7): Prevents any run from running on systems from the cloud service.
Protector: Protector - with several types of protection, I advise you to choose a lighter version of protection, due to excessive use of protection, an abnormal effect of work is possible
Steal-Signature: Automated steal signature and signing for your files
Conditional Compilation: Allows the builder to include only the features and options chosen by the user, making the final build more streamlined.
Custom Renaming and Obfuscation: Includes customizable renaming of functions and string encryption to make the code less readable and harder to analyze.
Amsi/Etw patches: Support for "EtwEventTrace" patches and "AmsiScanBuffer" functions.
download:
 
This is an implementation of a project with the ability to encrypt the main file of a malicious program with subsequent downloading from the network and decryption in memory, after which it transfers its decrypted executable data to RunPe, which reproduces the malicious code.

Features

Compress: Simple implementation of compression and hiding of static signatures of the main loader.
Malware Encryption: Malware Bytes Encryption and Decryption and their Implementation in Memory.
Anti-Analysis: A set of methods to prevent anti-debugging and anti-virtual machine.
Mutex-Control: Method to prevent bootloader from being executed again in an operating system.
Anti-AnyRun(Win7): Prevents any run from running on systems from the cloud service.
Protector: Protector - with several types of protection, I advise you to choose a lighter version of protection, due to excessive use of protection, an abnormal effect of work is possible
Steal-Signature: Automated steal signature and signing for your files
Conditional Compilation: Allows the builder to include only the features and options chosen by the user, making the final build more streamlined.
Custom Renaming and Obfuscation: Includes customizable renaming of functions and string encryption to make the code less readable and harder to analyze.
Amsi/Etw patches: Support for "EtwEventTrace" patches and "AmsiScanBuffer" functions.
download:*** Hidden text: cannot be quoted. ***
 
Top Bottom