JKornev / cfgdump

Windbg extension that allows you analyze Control Flow Guard map

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Windbg extension that allows you analyze Control Flow Guard map


Languages

Language:C++ 100.0%