eversinc33 / MalwareAdventurezLinks
My adventures in learning about different userland malware techniques, such as syscalls, injection, unhooking or sandbox evasion.
☆78Updated last year
Alternatives and similar repositories for MalwareAdventurez
Users that are interested in MalwareAdventurez are comparing it to the libraries listed below
Sorting:
- ☆119Updated 2 years ago
- Code used in this post https://captmeelo.com/redteam/maldev/2022/04/21/kernelcallbacktable-injection.html☆135Updated 3 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…☆164Updated 2 years ago
- bring your own vulnerable driver☆113Updated 2 years ago
- A Dropper POC with a focus on aiding in EDR evasion, NTDLL Unhooking followed by loading ntdll in-memory, which is present as shellcode (…☆181Updated 2 years ago
- Another approach of Threadless injection discovered by @_EthicalChaos_ in c that loads a module into the target process and stomps it, an…☆182Updated 2 years ago
- Malware?☆76Updated last month
- A small NtCreateUserProcess PoC that spawns a Command prompt.☆100Updated 3 years ago
- Kernel Mode Driver for Elevating Process Privileges☆134Updated 2 years ago
- Use hardware breakpoints to spoof the call stack for both syscalls and API calls☆199Updated last year
- Patch AMSI and ETW in remote process via direct syscall☆83Updated 3 years ago
- Splitting and executing shellcode across multiple pages☆103Updated 2 years ago
- Interceptor is a kernel driver focused on tampering with EDR/AV solutions in kernel space☆134Updated 2 years ago
- This script is used to bypass DLL Hooking using a fresh mapped copy of ntdll file, patch the ETW and trigger a shellcode with process hol…☆70Updated last year
- The code is a pingback to the Dark Vortex blog:☆186Updated 2 years ago
- PoC for thread pool based process injection in Windows.☆119Updated 8 months ago
- A bunch of scripts and code i wrote.☆145Updated last year
- LdrLoadDll Unhooking☆135Updated 3 years ago
- This repo goes with the blog entry at blog.malicious.group entitled "Writing your own RDI / sRDI loader using C and ASM".☆88Updated 2 years ago
- different ntdll unhooking techniques : unhooking ntdll from disk, from KnownDlls, from suspended process, from remote server (fileless)☆200Updated 2 years ago
- Exploitation of echo_driver.sys☆168Updated 2 years ago
- Load static-compiled PE from remote server.☆68Updated 3 years ago
- Single stub direct and indirect syscalling with runtime SSN resolving for windows.☆138Updated 3 years ago
- Start with shellcode execution using Windows APIs (high level), move on to native APIs (medium level) and finally to direct syscalls (low…☆144Updated 2 years ago
- CaveCarver - PE backdooring tool which utilizes and automates code cave technique☆231Updated 2 years ago
- (First Public?) Sample of unhooking ntdll (All Exports & IAT imports) hooks in Rust using in-memory disassembly, avoiding direct syscalls…☆134Updated 9 months ago
- Various methods of executing shellcode☆72Updated 2 years ago
- Generic PE loader for fast prototyping evasion techniques☆240Updated last year
- abusing Process Hacker driver to terminate other processes (BYOVD)☆83Updated 2 years ago
- Block any Process to open HANDLE to your process , only SYTEM is allowed to open handle to your process ,with that you can avoid remote m…☆170Updated 2 years ago