https://github.com/jkornev/cfgdump
Windbg extension that allows you analyze Control Flow Guard map
https://github.com/jkornev/cfgdump
control-flow-integrity windbg windbg-extension
Last synced: 25 days ago
JSON representation
Windbg extension that allows you analyze Control Flow Guard map
- Host: GitHub
- URL: https://github.com/jkornev/cfgdump
- Owner: JKornev
- Created: 2018-07-28T14:58:22.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-10-07T12:28:40.000Z (over 3 years ago)
- Last Synced: 2025-04-20T01:33:06.821Z (about 1 month ago)
- Topics: control-flow-integrity, windbg, windbg-extension
- Language: C++
- Size: 17.6 KB
- Stars: 34
- Watchers: 6
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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 \
\ - prints CFG bits for specified address range!cfgdump - prints all CFG bits for whole address space
!cfgmap - prints available CFG maps