All Projects → JKornev → cfgdump

JKornev / cfgdump

Licence: other
Windbg extension that allows you analyze Control Flow Guard map

Programming Languages

C++
36643 projects - #6 most used programming language

Projects that are alternatives of or similar to cfgdump

PrivFu
Kernel mode WinDbg extension and PoCs for token privilege investigation.
Stars: ✭ 244 (+1255.56%)
Mutual labels:  windbg, windbg-extension
DbgExt
Debugger extension for the Debugging Tools for Windows (WinDbg, KD, CDB, NTSD).
Stars: ✭ 62 (+244.44%)
Mutual labels:  windbg, windbg-extension
windbg-extensions
Extensions for the new WinDbg
Stars: ✭ 59 (+227.78%)
Mutual labels:  windbg, windbg-extension
windbgtree
A command tree based on commands and extensions for Windows Kernel Debugging.
Stars: ✭ 94 (+422.22%)
Mutual labels:  windbg, windbg-extension
OS-CFI
Origin-sensitive Control Flow Integrity (OS-CFI) - USENIX Security 2019
Stars: ✭ 27 (+50%)
Mutual labels:  control-flow-integrity
windbg-workspace
No description or website provided.
Stars: ✭ 23 (+27.78%)
Mutual labels:  windbg
Debug Recipes
My notes collected while debugging various .NET and Windows problems.
Stars: ✭ 204 (+1033.33%)
Mutual labels:  windbg
Twindbg
PEDA-like debugger UI for WinDbg
Stars: ✭ 171 (+850%)
Mutual labels:  windbg
netext
WinDbg extension for data mining managed heap. It also includes commands to list http request, wcf services, WIF tokens among others
Stars: ✭ 140 (+677.78%)
Mutual labels:  windbg-extension
PyExt
WinDbg Extensions for Python
Stars: ✭ 56 (+211.11%)
Mutual labels:  windbg
shellex
C-shellcode to hex converter, handy tool for paste & execute shellcodes in IDA PRO, gdb, windbg, radare2, ollydbg, x64dbg, immunity debugger & 010 editor
Stars: ✭ 89 (+394.44%)
Mutual labels:  windbg
windbg js scripts
Toy scripts for playing with WinDbg JS API
Stars: ✭ 135 (+650%)
Mutual labels:  windbg
SQLCallStackResolver
Utility to resolve SQL Server callstacks to their correct symbolic form using just PDBs and without a dump file
Stars: ✭ 55 (+205.56%)
Mutual labels:  windbg
DbgSymGrabber
Just another tool to download specify Symbol (.pdb) files
Stars: ✭ 35 (+94.44%)
Mutual labels:  windbg
Awesome Reverse Engineering
Reverse Engineering Resources About All Platforms(Windows/Linux/macOS/Android/iOS/IoT) And Every Aspect! (More than 3500 open source tools and 2300 posts&videos)
Stars: ✭ 2,954 (+16311.11%)
Mutual labels:  windbg
cfg-showcase
Sample programs that illustrate how to use Control Flow Guard, VS2015's control flow integrity implementation
Stars: ✭ 38 (+111.11%)
Mutual labels:  control-flow-integrity
Debuggingextensions
Host of debugging-related extensions such as post-mortem tools or WinDBG extensions
Stars: ✭ 177 (+883.33%)
Mutual labels:  windbg
WinDbg Scripts
Useful scripts for WinDbg using the debugger data model
Stars: ✭ 92 (+411.11%)
Mutual labels:  windbg
Prevent Process Creation
Record & prevent process creation in kernel mode
Stars: ✭ 31 (+72.22%)
Mutual labels:  windbg
CFI-LB
Adaptive Callsite-sensitive Control Flow Integrity - EuroS&P'19
Stars: ✭ 13 (-27.78%)
Mutual labels:  control-flow-integrity

cfgdump

Windbg extension that allows you analyze Control Flow Guard map

commands

!cfgcover - prints memory map that is covered by CFG map and shows which region are protected by CFG bits

!cfgrange <address> <size> - prints CFG bits for specified address range

!cfgdump - prints all CFG bits for whole address space

!cfgmap - prints available CFG maps

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].