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
windows syscalls with a single line and a high level of abstraction. has modern cpp20 wrappers and utilities, range-based DLL and export enumeration, wrapper around kuser_shared_data. supported compilers: clang, gcc and msvc
Class containing Anti-RE, Anti-Debug and Anti-Hook methods. Made for C++/CLI
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
A small and portable 32/64 bit C code to get windows API address without calling any API
reimplementation of GetModuleHandle & GetProcAddress functions without any imports.
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."