项目作者: mcountryman

项目描述 :
cpp14 export directory import walker
高级语言: C++
项目地址: git://github.com/mcountryman/cpp_export_walk_importer.git
创建时间: 2020-02-17T21:32:27Z
项目社区:https://github.com/mcountryman/cpp_export_walk_importer

开源协议:

下载


cpp_export_walk_importer

Has been done a million times but I wanted to play around with modern c++ again so here it is. :smile:

For those not familiar what this does is:

What this method of importing is capable of:

  • Same as GetProcAddress(LoadLibraryA(libraryName), procedureName)
  • Provided you don’t use C++11 you can dynamically retrieve WinApi procedures in shell code without having to supply pointers to GetProcAddress, LoadLibraryA, and whatever other routines you plan on using as a remote thread parameter (provided this is how/what your using it for)