Custom GetModuleHandle & GetProcAddress

TL;DR In this blog post, we see how to retrieve a loaded module handle by parsing the PEB. Then, we use this handle to resolve function address by parsing the EAT. ...

August 1, 2023 · 10 min · 1970 words · Atsika