mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:39:00 +08:00
14 lines
389 B
JSON
14 lines
389 B
JSON
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
}
|