xiaoxiaozhu5 / shadow_tlsLinks
shadow tls
☆17Updated 3 years ago
Alternatives and similar repositories for shadow_tls
Users that are interested in shadow_tls are comparing it to the libraries listed below
Sorting:
- Load Dll into Kernel space☆38Updated 3 years ago
- Demo to show how write ALPC Client & Server using native Ntdll.dll syscalls.☆21Updated 3 years ago
- Rookit and anti rookit on Windows platform☆13Updated last year
- Proof-of-Concept software for detecting AV/EDR hooks in Windows libraries.☆32Updated 3 years ago
- ☆28Updated 2 years ago
- IAT-Obfuscation to make static analysis of executable harder.☆44Updated 4 years ago
- Call NtCreateUserProcess directly as normal.☆75Updated 3 years ago
- A kernel mode Windows rootkit in development.☆49Updated 3 years ago
- Tiny driver patch to allow kernel callbacks to work on Win10 21h1☆34Updated 3 years ago
- ☆17Updated 2 years ago
- collection of code snippets,windbg,python scripts and resources☆14Updated 3 years ago
- Walks the Process' VAD list to grab the PTE's corresponding to a usermode virtual address, all to get the physical address☆23Updated 4 years ago
- a dkom rootkit that targets windows x64 systems. the rootkit hooks and edits criticl memory sections in order to hide different resources…☆18Updated 2 years ago
- Experiment to use sections as User/Kernelmode comm vector☆22Updated 2 years ago
- Easily hook WIN32 x64 functions☆18Updated 9 months ago
- Open-source EDR kernel-component for system monitoring and DLL injection☆32Updated 5 years ago
- https://key08.com/index.php/2021/10/19/1375.html☆71Updated 3 years ago
- NtCreateUserProcess with CsrClientCallServer for mainstream Windows x64 version☆32Updated last year
- neat way to detect memory read using nt layer function.☆14Updated 2 years ago
- Fake Timestamps of Driver Certificates while keeping validity.☆18Updated 4 years ago
- A simple parser(library) which extracts shimcache data from windows.☆15Updated 6 years ago
- 编译时混淆字符串,以确保生成的二进制PE不会暴漏明文字符串。(C++ 14 及以上)☆27Updated 4 years ago
- My try to implement a virtual CPU in C