Clayton
Clayton
**What is the feature you'd like to have?** Typelibs for Windows kernel mode libraries **Additional Information:** Having type information for common kernel mode libraries, such as: - `ntoskrnl.exe` - `hal.dll`...
This change adds recognition for the GCC-inserted `__sparc_get_pc_thunk` function so that cross-references in binaries that call this function are resolved correctly.
Add support for building `safetyhook` as a shared library by utilizing the CMake `BUILD_SHARED_LIBS` variable. Note: In order to silence warnings regarding adding a dll-interface to STL classes, the `C4251`...