mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-06 08:57:49 +08:00
29 lines
772 B
JSON
29 lines
772 B
JSON
|
{
|
||
|
"name": "libmem",
|
||
|
"version": "5.0.2",
|
||
|
"description": "Advanced Game Hacking Library for C, Modern C++, Rust and Python (Windows/Linux/FreeBSD) (Process/Memory Hacking) (Hooking/Detouring) (Cross Platform) (x86/x64/ARM/ARM64) (DLL/SO Injection) (Internal/External) (Assembler/Disassembler)",
|
||
|
"homepage": "https://github.com/rdbo/libmem",
|
||
|
"license": "AGPL-3.0-only",
|
||
|
"supports": "!uwp & !xbox & !osx & !arm & !android & !ios",
|
||
|
"dependencies": [
|
||
|
"capstone",
|
||
|
"keystone",
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-get-vars",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-pkgconfig-get-modules",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|