• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

C# AskaLoader

itsMe

*KillmeMories*
Staff member
Administrator
Super Moderator
Hacker
Specter
Crawler
Shadow
Joined
Jan 8, 2019
Messages
56,611
Solutions
2
Reputation
32
Reaction score
100,454
Points
2,313
Credits
32,630
‎6 Years of Service‎
 
76%
program_review1.png


Web-loader for executable files.

This is an implementation of a project with the ability to encrypt the main body of your malware with subsequent downloading from the network and decrypting it in memory, after which it passes its decrypted executable bytes to the RunPe algorithm, which reproduces your malware in someone else's address space, there is support for amsi/etw patches with many functions that are described in this wiki file

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.

To see this hidden content, you must like this content.
 
Back
Top