EvilBytecode / Evilbytecode-GateLinks
Evilbytecode-Gate resolves Windows System Service Numbers (SSNs) using two methods: analyzing the Guard CF Table in ntdll.dll and parsing ntoskrnl.exe for Zw-prefixed system calls.
☆24Updated 4 months ago
Alternatives and similar repositories for Evilbytecode-Gate
Users that are interested in Evilbytecode-Gate are comparing it to the libraries listed below
Sorting:
- API Hammering with C++20☆49Updated 3 years ago
- https://github.com/janoglezcampos/c_syscalls with the ASM rewritten by myself for Visual Studio's Compiler.☆31Updated last year
- An example of COM hijacking using a proxy DLL.☆40Updated 4 years ago
- Reimplementation of the KExecDD DSE bypass technique.☆53Updated last year
- Your NTDLL vaccine from modern direct syscall methods.☆36Updated 3 years ago
- Loads NTDLL, parses the PE file, extracts "Zw" functions, retrieves their System Service Numbers (SSNs), and prints each function’s name,…☆12Updated 4 months ago
- Callstack spoofing using a VEH because VEH all the things.☆23Updated 5 months ago
- Hooked create process injection for meterpreter☆23Updated 4 years ago
- Safely manage the unloading of DLLs that have been hooked into a process. Context: https://github.com/KNSoft/KNSoft.SlimDetours/discussio…☆80Updated 2 months ago
- havoc kaine plugin to mitigate PAGE_GUARD protected image headers using JOP gadgets☆34Updated last year
- yet another sleep encryption thing. also used the default github repo name for this one.☆69Updated 2 years ago
- process hollowing variant using NtCreateSection + NtMapViewOfSection + ResumeThread☆30Updated 3 years ago
- ☆11Updated 2 years ago
- Process Ghosting is a technique in which a process is created from a delete pending file. This means the created process is not backed by…☆15Updated last year
- Remap ntdll.dll using only NTAPI functions with a suspended process☆26Updated 5 months ago
- Eset-Unload is a C++ tool that interacts with a process's loaded modules to identify and unload the ebehmoni.dll module, typically found …☆12Updated 4 months ago
- ☆31Updated 9 months ago
- Read ETW Provider events. Inspired by ETWExplorer by Pavel Yosifovich☆17Updated last year
- ☆30Updated 3 weeks ago
- ☆36Updated 5 months ago
- 🗡️ A multi-user malleable C2 framework targeting Windows. Written in C++ and Python☆45Updated last year
- A repository filled with ideas to break/detect direct syscall techniques☆27Updated 3 years ago
- using the gpu to hide your payload☆59Updated 3 years ago
- ☆32Updated last year
- Windows AppLocker Driver (appid.sys) LPE☆65Updated last year
- RunPE adapted for x64 and written in C, does not use RWX☆28Updated last year
- A Bumblebee-inspired Crypter☆79Updated 2 years ago
- Set the process mitigation policy for loading only Microsoft Modules , and block any userland 3rd party modules☆42Updated 2 years ago
- Standalone Metasploit-like XOR encoder for shellcode☆49Updated last year
- FrostLock Injection is a freeze/thaw-based code injection technique that uses Windows Job Objects to temporarily freeze (suspend) a targe…☆27Updated 5 months ago