Skip to main content

Narly plugin for windbg

·1 min
Table of Contents

Narly is a plugin that parses the image and identifies the binary protections mechanisms enabled such as DEP, ASLR, SafeSEH and GS.

Very useful during exploit development.

Can be downloaded here narly

How to use #

Note.: after narly is compiled copy the narly.dll in windbg winext directory.

Example:

C:\Program Files\Debugging Tools for Windows (x86)\winext

Loading the plugin:

.load narly

Running narly in windbg:

!nmod