Implementing Hell’s Gate in Zig – Part 1
Introduction Hello, fellow Zig programming enthusiasts! In this blog post, I’ll walk you through the process of implementing of well-known and classic technique “Hell’s Gate ” —a method for making direct Windows system calls by extracting syscall numbers from ntdll.dll. Hell’s Gate is popular in malware for evading API monitoring, as it used to bypass … Read more