blob: a48ecb38b209a5aeb4041cb3711c5bde692ac016 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
{
"name": "mmloader",
"version-string": "2020-05-15",
"port-version": 1,
"description": "A library for loading dll module bypassing windows PE loader from memory (x86/x64)",
"homepage": "http://tishion.github.io/mmLoader/",
"supports": "(x86 | x64) & windows & static",
"features": {
"shellcode": {
"description": "Generate mmLoader shell code headers"
}
}
}
|