lw8192's Stars
LeCoupa/awesome-cheatsheets
👩💻👨💻 Awesome cheatsheets for popular programming languages, frameworks and development tools. They include everything you should know in one single file.
everdox/InfinityHook
Hook system calls, context switches, page faults and more.
TheCruZ/kdmapper
KDMapper is a simple tool that exploits iqvw64e.sys Intel driver to manually map non-signed drivers in memory
jthuraisamy/SysWhispers
AV/EDR evasion via direct system calls.
yeyintminthuhtut/Awesome-Advanced-Windows-Exploitation-References
List of Awesome Advanced Windows Exploitation References
LordNoteworthy/cpu-internals
Intel / AMD CPU Internals
mgeeky/ShellcodeFluctuation
An advanced in-memory evasion technique fluctuating shellcode's memory protection between RW/NoAccess & RX and then encrypting/decrypting its contents
XaFF-XaFF/Cronos-Rootkit
Cronos is Windows 10/11 x64 ring 0 rootkit. Cronos is able to hide processes, protect and elevate them with token manipulation.
microsoft/WinDbg-Samples
Sample extensions, scripts, and API uses for WinDbg.
mactec0/Kernelmode-manual-mapping-through-IAT
Manual mapping without creating any threads, with rw only access
hasherezade/transacted_hollowing
Transacted Hollowing - a PE injection technique, hybrid between ProcessHollowing and ProcessDoppelgänging
Maldev-Academy/HellHall
Performing Indirect Clean Syscalls
thefLink/RecycledGate
Hellsgate + Halosgate/Tartarosgate. Ensures that all systemcalls go through ntdll.dll
foobarto/redteam-notebook
Collection of commands, tips and tricks and references I found useful during preparation for OSCP exam.
alexvogt91/Kernel-dll-injector
Kernel-Mode Driver that loads a dll into every new created process that loads kernel32.dll module
zodiacon/Win10SysProgBookSamples
Windows 10 System Programming book samples
adrianyy/kernelhook
Windows inline hooking tool.
ionescu007/HookingNirvana
Recon 2015 Presentation from Alex Ionescu
MrTuxx/OffensiveGolang
A collection of offensive Go packages inspired by different Go repositories.
not-wlan/drvmap
driver mapper / capcom wrapper
Mr-Un1k0d3r/DLLsForHackers
Dll that can be used for side loading and other attack vector.
LordNoteworthy/windows-exploitation
My notes while studying Windows exploitation
nmgwddj/learn-windows-drivers
Windows drivers 开发的各个基础示例,包含进程、内存、注册表、回调等管理
not-matthias/kernel-driver-with-rust
The source code for my blog post 'Writing a kernel driver with Rust.'
minglinchen/WinKernelDev
kkent030315/anymapper
x64 Windows kernel driver mapper, inject unsigned driver using anycall
i32-Sudo/64KernelDriverCleaner
A Kernel Driver that can be used for a cheat or malware base to circumvent common cache & structure table checks. PsLoadedModuleList however requires a PG Bypass on (Some) Machines > 22H2 Win10, Not Win 11
benoitsevens/applying-ttd-to-malware-analysis
Resources for the workshop titled "Repacking the unpacker: Applying Time Travel Debugging to malware analysis", given at HackLu 2019
Kennyslaboratory/OSCP-Cheatsheet
The best checklists for keeping you on track when attempting the OSCP exam.
zxgio/gdb-cheatsheet
GDB cheatsheet for reversing binaries