AlSch092 / ModifyExportsLinks
Research of modifying exported function names at runtime (C/C++, Windows)
☆17Updated last year
Alternatives and similar repositories for ModifyExports
Users that are interested in ModifyExports are comparing it to the libraries listed below
Sorting:
- Reimplementation of the KExecDD DSE bypass technique.☆50Updated 10 months ago
- Research into removing strings & API call references at compile-time (Anti-Analysis)☆27Updated last year
- ☆40Updated 4 months ago
- Shadow Rebirth - An Aggressive Outbreak Anti-Debugging Technique☆11Updated 7 months ago
- Callstack spoofing using a VEH because VEH all the things.☆21Updated 3 months ago
- a demo module for the kaine agent to execute and inject assembly modules☆39Updated 10 months ago
- Your NTDLL vaccine from modern direct syscall methods.☆35Updated 3 years ago
- This exploit use PEB walk technique to resolve API calls dynamically, obfuscate all API calls to perform process injection.☆18Updated 11 months ago
- Safely manage the unloading of DLLs that have been hooked into a process. Context: https://github.com/KNSoft/KNSoft.SlimDetours/discussio…☆78Updated 3 weeks ago
- Proof-of-concept kernel driver that hijacks the Windows kernel extension table mechanism to preserve process notify callbacks even when a…☆72Updated last week
- yet another sleep encryption thing. also used the default github repo name for this one.☆69Updated 2 years ago
- Exploiting the KsecDD Windows driver through Server Silos☆71Updated 8 months ago
- Set the process mitigation policy for loading only Microsoft Modules , and block any userland 3rd party modules☆42Updated 2 years ago
- ☆22Updated last year
- Repository of Microsoft Driver Block Lists based off of OS-builds☆39Updated last year
- In-memory hiding technique☆55Updated 6 months ago
- https://github.com/janoglezcampos/c_syscalls with the ASM rewritten by myself for Visual Studio's Compiler.☆31Updated last year
- Exploit for eneio64.sys - Turning Physical Memory R/W into Virtual Memory R/W☆39Updated last month
- This program is used to perform reflective DLL Injection to a remote process specified by the user.☆65Updated 2 years ago
- API Hammering with C++20☆49Updated 2 years ago
- An improved version of Patch Guard that I implemented, that includes integrity checks and other protection mechanisms I added.