POC of a better implementation of GetProcAddress for ntdll using binary search
-
Updated
Apr 8, 2024 - C
10000
POC of a better implementation of GetProcAddress for ntdll using binary search
A small and portable 32/64 bit C code to get windows API address without calling any API
Custom implementations of WinAPI functions GetProcAddress and GetModuleHandle by traversing low level Windows data structures.
POC of module enumeration through stack walking
Add a description, image, and links to the getprocaddress topic page so that developers can more easily learn about it.
To associate your repository with the getprocaddress topic, visit your repo's landing page and select "manage topics."