parent
9dcdd10f73
commit
a0a0a09807
@ -1,3 +1,8 @@
|
|||||||
# kutils
|
# kutils
|
||||||
|
|
||||||
header only kernel utils library - completely self dependent - no imports - no strings
|
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)`
|
||||||
|
Loading…
Reference in new issue