20 lines
480 B
JSON
Executable file
20 lines
480 B
JSON
Executable file
{
|
|
"name": "mmloader",
|
|
"version": "1.0.1",
|
|
"port-version": 2,
|
|
"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"
|
|
}
|
|
}
|
|
}
|