aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mmloader/vcpkg.json
blob: 52a8e56afd2d806998857489bd7a6a1c7c65d885 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
  "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"
    }
  }
}