cpp14 export directory import walker
Has been done a million times but I wanted to play around with modern c++ again so here it is.
For those not familiar what this does is:
What this method of importing is capable of:
GetProcAddress(LoadLibraryA(libraryName), procedureName)
GetProcAddress
, LoadLibraryA
, and whatever other routines you plan on using as a remote thread parameter (provided this is how/what your using it for)