You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
389 B

2 years ago
# kutils
2 years ago
header only kernel utils library - completely self dependent - no imports - no strings
* HSTRING macro - compile time hashing of c-strings
* DYN_MOD - dynamically resolve base address of a kernel module. uses HSTRING to compare hashes of file names
* DYN_NT_SYM - dynamically resolve ntoskrnl export's
* `LPVOID lpPage = DYN_NT_SYM(ExAllocatePool)(NonPagedPool, PAGE_SIZE)`