]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/polyhook2/CONTROL
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / polyhook2 / CONTROL
1 Source: polyhook2
2 Version: 2021-01-08
3 Homepage: https://github.com/stevemk14ebr/PolyHook_2_0
4 Description: C++17, x86/x64 Hooking Library v2.0
5 Supports: !(arm|uwp|linux|osx)
6 Default-Features: capstone,zydis,exception,detours,inlinentd,pe,virtuals
7
8 Feature: capstone
9 Build-Depends: capstone[x86]
10 Description: Capstone disassembler integration.
11
12 Feature: zydis
13 Build-Depends: zydis
14 Description: Zydis disassembler integration.
15
16 Feature: exception
17 Description: Implement all exception hooking functionality
18
19 Feature: detours
20 Description: Implement detour functionality
21
22 Feature: inlinentd
23 Build-Depends: asmjit
24 Description: Support inline hooks without specifying typedefs by generating callback stubs at runtime with AsmJit
25
26 Feature: pe
27 Description: Implement all win pe hooking functionality
28
29 Feature: virtuals
30 Description: Implement all virtual table hooking functionality