Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anzelesnik/SyscallHook
/ functions
Functions
11 in github.com/anzelesnik/SyscallHook
⨍
Functions
11
◇
Types & classes
12
↓ 2 callers
Function
modifyCKCL
Modify the Circular Kernel Context Logger by changing the events it logs enableFlags should be one or multiple OR'd EVENT_TRACE_FLAG constants
SyscallHook/Syscall Hook.cpp:21
↓ 1 callers
Function
getCKCLContext
Get the internal kernel WMI_LOGGER_CONTEXT for the Circular Kernel Context Logger from etwpDebuggerData
SyscallHook/Syscall Hook.cpp:47
↓ 1 callers
Function
hookPerformanceCounterRoutine
Modify the internal kernel counter structure so it executes our hook
SyscallHook/Syscall Hook.cpp:77
↓ 1 callers
Function
hookSystemCall
Places a hook on any system call function
SyscallHook/Syscall Hook.cpp:136
Function
DriverEntry
SyscallHook/Main.cpp:13
Method
getImageSectionByName
Get the searched section from a module
SyscallHook/Image.cpp:6
Method
getKernelModuleByName
Query all system kernel modules and return the start address and size of the searched module
SyscallHook/Native.cpp:9
Method
getServiceDescriptorTable
Pattern scan for KeServiceDescriptorTableShadow in KiSystemCall64
SyscallHook/Native.cpp:39
Function
keQueryPerformanceCounterHook
This hook function is called for each event configured to be logged by ETW
SyscallHook/Syscall Hook.cpp:103
Function
ntCreateFileHook
SyscallHook/Main.cpp:4
Method
scanPattern
Scan for a memory pattern
SyscallHook/Signature Scan.cpp:8