vcpkg/ports/mmloader/vcpkg.json
JonLiu1993 e21c414460
[mmloader] Fix feature shellcode Build failure (#33373)
* [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>
2023-08-29 16:21:36 -07:00

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"
}
}
}