library for importing functions from dlls in a hidden, reverse engineer unfriendly way
-
Updated
Aug 3, 2023 - C++
library for importing functions from dlls in a hidden, reverse engineer unfriendly way
A modern zero-allocation C++23 library for working with low-level Windows within user-space. Iteration over loaded modules via PEB, EAT iteration, lazy imports, syscalls, and more.
Library containing Anti-RE and Anti-Debug methods.
POC of a better implementation of GetProcAddress for ntdll using binary search
Lazy Import technique implementation to call any import in the runtime
Debugger checks in 3 ways
Header-only library that can execute functions in a shared library and provides wrappers around these
GetProcAddress implementation in C# walking the PEB using only NtReadVirtualMemory
Inject DLL
Custom implementations of WinAPI functions GetProcAddress and GetModuleHandle by traversing low level Windows data structures.
A small and portable 32/64 bit C code to get windows API address without calling any API
POC of module enumeration through stack walking
Custom GetModuleHandle and GetProcAddress implementation without calling the Windows API
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."