mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:30:38 +08:00
633f3e0c13
* 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>
13 lines
366 B
JSON
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"
|
|
}
|
|
}
|
|
}
|