Skip to content

Resolve WinAPI func. Custom GetProcAddress and GetModuleHandle written in Nim

Notifications You must be signed in to change notification settings

oXis/NimWinAPICustom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
Ordinal 0x7FB was taken from user32.dll on a Windows 7 x64 machine. Might be different on other systems.

About

Resolve WinAPI func. Custom GetProcAddress and GetModuleHandle written in Nim

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages