Malware - IAT Hooking

IAT hooking is a technique often used by malware developers, game hackers or reverse engineer to replace a function from the Import Table by another one.

January 8, 2023 · 7 min · 1308 words · TRIKKSS

Malware - Windows API hashing 1

Windows API Hashing is a technique often used by malware developers to hide their calls to the windows API.

December 27, 2022 · 9 min · 1843 words · TRIKKSS