Skip to content

emlinhax/mp.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 

Repository files navigation

example usage

char buf[] = (...)
int status = defender::boot("C:\\mpengine", "*.*");
auto scan_result = defender::scan_buffer(buf, sizeof(buf));
printf("%s\n", scan_result.second->identifier);

// output
> "Trojan:PowerShell/RevShellz.ZZ!MTB"

setup

put mpengine.dll and all .vdm files into the same folder as the one you specify at engine boot.
thats really it. you can use the "everything" tool to find .vdm / mpengine.dll if you cant find it manually.

credits

https://github.com/0xAlexei/WindowsDefenderTools
https://github.com/ig-labs/defender-mpengine-fuzzing

About

windows defender instrumentation via mpengine.dll

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages