Skip to content
/ DynApi Public

Dynamically resolve winapi and other functions

License

Notifications You must be signed in to change notification settings

Codi33/DynApi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

DynApi

Single header dynamic api resolving

  • Add function typedef
  • initialize in initApi function

The code is a simple concept of dynamic function resolving

Project can be extended by community or its author

Example

VOID(*fSleep)(DWORD); // Sleep function
...
void initApi()
{
    API("kernel32.dll", Sleep);
    ...
}

GitHub license C++ logo

About

Dynamically resolve winapi and other functions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published