- 127.0.0.1
Stars
rasta-mouse / ThreatCheck
Forked from matterpreter/DefenderCheckIdentifies the bytes that Microsoft Defender / AMSI Consumer flags on.
sandbox approach for malware developers and red teamers to test payloads against detection mechanisms before deployment
x86 Assembly Adventures code snippets
Malware Development for Ethical Hackers, published by Packt
Evasions encyclopedia gathers methods used by malware to evade detection when run in virtualized environment. Methods are grouped into categories for ease of searching and understanding. Also provi…
Organized list of my malware development resources
This is a simple implementation of an ArrayList in C using a struct, a pointer to the struct and a pointer to the array. The array is static and the size of the array is defined when the ArrayList …