diff options
Diffstat (limited to 'ports/polyhook2/CONTROL')
| -rw-r--r-- | ports/polyhook2/CONTROL | 28 |
1 files changed, 25 insertions, 3 deletions
diff --git a/ports/polyhook2/CONTROL b/ports/polyhook2/CONTROL index e238aa954..6253a362b 100644 --- a/ports/polyhook2/CONTROL +++ b/ports/polyhook2/CONTROL @@ -1,8 +1,30 @@ Source: polyhook2
-Version: 2020-02-17
+Version: 2020-05-25
Homepage: https://github.com/stevemk14ebr/PolyHook_2_0
Description: C++17, x86/x64 Hooking Libary v2.0
+Supports: !(arm|uwp|linux|osx)
+Default-Features: capstone,zydis,exception,detours,inlinentd,pe,virtuals
+
+Feature: capstone
Build-Depends: capstone[x86]
+Description: Capstone disassembler integration.
+
+Feature: zydis
+Build-Depends: zydis
+Description: Zydis disassembler integration.
+
+Feature: exception
+Description: Implement all exception hooking functionality
+
+Feature: detours
+Description: Implement detour functionality
+
+Feature: inlinentd
+Build-Depends: asmjit
+Description: Support inline hooks without specifying typedefs by generating callback stubs at runtime with AsmJit
+
+Feature: pe
+Description: Implement all win pe hooking functionality
-Feature: tool
-Description: Build tests
\ No newline at end of file +Feature: virtuals
+Description: Implement all virtual table hooking functionality
|
