mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:58:59 +08:00
e21c414460
* [mmloader] Fix build failure * update version * Add missing double quotes * update version * fix error * update version --------- Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
21 lines
480 B
JSON
21 lines
480 B
JSON
{
|
|
"name": "mmloader",
|
|
"version": "1.0.1",
|
|
"port-version": 3,
|
|
"description": "A library for loading dll module bypassing windows PE loader from memory (x86/x64)",
|
|
"homepage": "http://tishion.github.io/mmLoader/",
|
|
"license": "MIT",
|
|
"supports": "(x86 | x64) & windows & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"shellcode": {
|
|
"description": "Generate mmLoader shell code headers"
|
|
}
|
|
}
|
|
}
|