WazeHell / HideImports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hiding Windows API Imports in C++

  • Method 1 using LoadLibraryA and GetProcAddress
  • Method 1 using GetModuleHandle and GetProcAddress by finding their address via Process Environment Block (PEB)

About


Languages

Language:C++ 100.0%