API-Hashing icon indicating copy to clipboard operation
API-Hashing copied to clipboard

A basic exemple of the API-Hashing method used by Red Teamers but also by malwares developers in C++

API-Hashing

A basic exemple of the API-Hashing method used by Red Teamers but also by malwares developers in C++ to avoid IAT entries.

How to compile

clang++ *.cpp -o output.exe

Based on:

  • https://www.ired.team/offensive-security/defense-evasion/windows-api-hashing-in-malware
  • https://github.com/LloydLabs/Windows-API-Hashing
  • And another source that I actually don't remember (I will update it later).