ElliotKillick / LdrLockLiberator
For when DLLMain is the only way
☆375Updated 5 months ago
Alternatives and similar repositories for LdrLockLiberator:
Users that are interested in LdrLockLiberator are comparing it to the libraries listed below
- A POC of a new “threadless” process injection technique that works by utilizing the concept of DLL Notification Callbacks in local and re…☆448Updated last year
- A C++ proof of concept demonstrating the exploitation of Windows Protected Process Light (PPL) by leveraging COM-to-.NET redirection and …☆281Updated last month
- Dump the memory of any PPL with a Userland exploit chain☆333Updated 2 years ago
- Hijacking valid driver services to load arbitrary (signed) drivers abusing native symbolic links and NT paths☆328Updated 8 months ago
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆335Updated 2 months ago
- Replace the .txt section of the current loaded modules from \KnownDlls\ to bypass edrs☆295Updated 2 years ago
- A PoC implementation for spoofing arbitrary call stacks when making sys calls (e.g. grabbing a handle via NtOpenProcess)☆483Updated 2 weeks ago
- HWSyscalls is a new method to execute indirect syscalls using HWBP, HalosGate and a synthetic trampoline on kernel32 with HWBP.☆664Updated last year
- This novel way of using NtQueueApcThreadEx by abusing the ApcRoutine and SystemArgument[0-3] parameters by passing a random pop r32; ret …☆248Updated last year
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆185Updated last year
- C++ self-Injecting dropper based on various EDR evasion techniques.☆370Updated last year
- BOF implementation of @_EthicalChaos_'s ThreadlessInject project. A novel process injection technique with no thread creation, released a…☆378Updated last year
- miscellaneous scripts and programs☆240Updated 3 months ago
- ☆256Updated 2 years ago
- Exploitation of process killer drivers☆199Updated last year
- An easily modifiable shellcode template for Windows x64 written in C☆253Updated last year
- LLVM plugin to transparently apply stack spoofing and indirect syscalls to Windows x64 native calls at compile time.☆282Updated last year
- TartarusGate, Bypassing EDRs☆580Updated 3 years ago
- An EDR bypass that prevents EDRs from hooking or loading DLLs into our process by hijacking the AppVerifier layer☆488Updated last year
- EDRSandblast-GodFault☆260Updated last year
- A small x64 library to load dll's into memory.☆437Updated last year
- Call stack spoofing for Rust☆334Updated 2 months ago
- Performing Indirect Clean Syscalls☆535Updated 2 years ago
- Collect Windows telemetry for Maldev☆340Updated 2 months ago
- Waiting Thread Hijacking - injection by overwriting the return address of a waiting thread☆184Updated last week
- Abusing mhyprotect to kill AVs / EDRs / XDRs / Protected Processes.☆397Updated last year
- A BOF that runs unmanaged PEs inline