Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 364 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 364 Bytes

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