From a0a0a0980729352fa749921e7379c50280a0740e Mon Sep 17 00:00:00 2001 From: IDontCode Date: Wed, 15 Dec 2021 09:48:30 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a2816f..5f9bf5a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,8 @@ # kutils -header only kernel utils library - completely self dependent - no imports - no strings \ No newline at end of file +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)`