CognisysGroup / HadesLdr
Shellcode Loader Implementing Indirect Dynamic Syscall , API Hashing, Fileless Shellcode retrieving using Winsock2
☆292Updated last year
Alternatives and similar repositories for HadesLdr
Users that are interested in HadesLdr are comparing it to the libraries listed below
Sorting:
- EDRSandblast-GodFault☆261Updated last year
- Generic PE loader for fast prototyping evasion techniques☆231Updated 10 months ago
- Generating legitimate call stack frame along with indirect syscalls by abusing Vectored Exception Handling (VEH) to bypass User-Land EDR …☆253Updated 9 months ago
- Exploitation of process killer drivers☆200Updated last year
- A Powershell AMSI Bypass technique via Vectored Exception Handler (VEH). This technique does not perform assembly instruction patching, f…☆160Updated 11 months 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 (…☆170Updated 2 years ago
- .NET assembly loader with patchless AMSI and ETW bypass☆330Updated 2 years ago
- Beacon Object File Loader☆286Updated last year
- Exploitation of echo_driver.sys☆170Updated last year
- miscellaneous scripts and programs☆242Updated 3 months ago
- A proof of concept for abusing exception handlers to hook and bypass user mode EDR hooks.☆185Updated last year
- C++ self-Injecting dropper based on various EDR evasion techniques.☆375Updated last year
- A proof of concept demonstrating the DLL-load proxying using undocumented Syscalls.☆339Updated 3 months ago
- The following two code samples can be used to understand the difference between direct syscalls and indirect syscalls☆188Updated last year
- different ntdll unhooking techniques : unhooking ntdll from disk, from KnownDlls, from suspended process, from remote server (fileless)☆189Updated last year
- PE obfuscator with Evasion in mind☆212Updated 2 years ago
- Shellcode Loader with Indirect Dynamic syscall Implementation , shellcode in MAC format, API resolving from PEB, Syscall calll and syscal…☆310Updated last year
- Replace the .txt section of the current loaded modules from \KnownDlls\ to bypass edrs☆296Updated 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…☆178Updated last year
- Remote Shellcode Injector