vcpkg/ports/mmloader/vcpkg.json
Sheen Tian 633f3e0c13
[mmloader]Update mmloader to v1.0.1 (#22004)
* Update mmloader to v1.0.1

* Update mmloader version

- fixed compile errors of tools project

* Add version data

* Update ports/mmloader/vcpkg.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>

* Update version data

* update mmloader.json

Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
Co-authored-by: Jonliu1993 <13720414433@163.com>
2021-12-13 12:29:05 -08:00

13 lines
366 B
JSON

{
"name": "mmloader",
"version-date": "2021-12-13",
"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"
}
}
}