jdu2600 / CFG-FindHiddenShellcode
Walks the CFG bitmap to find previously executable but currently hidden shellcode regions
☆117Updated last year
Alternatives and similar repositories for CFG-FindHiddenShellcode
Users that are interested in CFG-FindHiddenShellcode are comparing it to the libraries listed below
Sorting:
- Uses Threat-Intelligence ETW events to identify shellcode regions being hidden by fluctuating memory protections☆128Updated last year
- A tool for detecting manual/direct syscalls in x86 and x64 processes using Nirvana Hooks.☆109Updated 3 years ago
- Monitors ETW for security relevant syscalls maintaining the set called by each unique process☆77Updated last year
- Finding Truth in the Shadows☆92Updated 2 years ago
- Implementation of Advanced Module Stomping and Heap/Stack Encryption☆217Updated last year
- Minifilter Callback Patching Proof-of-Concept☆71Updated 2 years ago
- Files for http://blog.deniable.org/posts/windows-callbacks/☆75Updated 3 years ago
- ☆115Updated 2 years ago
- Reimplement CreateProcessInternalW via Windows 10 20H1+/Windows 11 Base on NtCreateUserProcess-Post☆63Updated 8 months ago
- Dont Call Me Back - Dynamic kernel callback resolver. Scan kernel callbacks in your system in a matter of seconds!☆232Updated 10 months ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆123Updated 3 years ago
- Proof of concept code for thread pool based process injection in Windows.☆115Updated last month
- Safely manage the unloading of DLLs that have been hooked into a process. Context: https://github.com/KNSoft/KNSoft.SlimDetours/discussio…☆76Updated last week
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆195Updated 11 months ago
- CreateRemoteThread: how to pass multiple parameters to the remote thread function without shellcode.☆133Updated last year
- ZwProcessHollowing is a x64 process hollowing project which uses direct systemcalls, dll unhooking and RC4 payload decryption☆85Updated 2 years ago
- PoC exploit for HP Hardware Diagnostic's EtdSupp driver☆50Updated 2 years ago
- Load static-compiled PE from remote server.☆61Updated 3 years ago
- The code is a pingback to the Dark Vortex blog:☆173Updated 2 years ago
- Create a new thread that will suspend every thread and encrypt its stack, then going to sleep , then decrypt the stacks and resume thread…☆160Updated last year
- Reverse engineering winapi function loadlibrary.☆191Updated 2 years ago
- Small PoC of using a Microsoft signed executable as a lolbin.☆137Updated 2 years ago
- Detours implementation (x64/x86) which used only ntdll import