issues
search
unknownv2
/
CoreHook
A library that simplifies intercepting application function calls using managed code and the .NET Core runtime
MIT License
263
stars
40
forks
source link
Refactor local hooking tests
#128
Closed
unknownv2
closed
5 years ago
unknownv2
commented
5 years ago
Refactor classes for testing API hooks and internal function hooks using symbol lookup.
Make test code more consistent.
Use the suggested Common Interop directory structure to remove API export definitions from the test classes and into their own Interop.* files.
Move user data formatter class creation into a single method code to avoid code repetition.