malware-evasion
There are 8 repositories under malware-evasion topic.
d4rksystem/VBoxCloak
A PowerShell script that attempts to help malware analysts hide their Windows VirtualBox Windows VM's from malware that may be trying to evade analysis. Guaranteed to bring down your pafish ratings by at least a few points ;)
hasherezade/antianalysis_demos
Set of antianalysis techniques found in malware
AlSch092/HideStaticReferences
Research into removing strings & API call references at compile-time (Anti-Analysis)
AlSch092/ModifyExports
Research of modifying exported function names at runtime (C/C++, Windows)
AlSch092/PE-Injection
Injection Technique: Inserts current process into target process
K3rnel-Dev/DotNet-MalwarePacker
Packer for .NET applications
amsqr/MLSEC-2021-solution
A competition report for the 3rd edition of the Machine Learning Security Evasion Competition (MLSEC-2021)
Ar1sto/Python-polymorphism
Simple Python-script that shows you how the polymorphism principle works. Easy to understand and 3 example code blocks show you a way of polymorph-code in Python. Works in Linux(Debian)-based System.