NimWinAPICustom
NimWinAPICustom copied to clipboard
Resolve WinAPI func. Custom GetProcAddress and GetModuleHandle written in Nim
Parse ExportTable of a DLL and find target function by hash.
Compile on Linux
nim c -d:release --d:mingw --opt:size --passC:"-masm=intel" main.nim
Note
Ordinal0x7FBwas taken fromuser32.dllon a Windows 7 x64 machine. Might be different on other systems.