Skip to content
/ narly.js Public

narly.js - print binary protections with Windbg JS (/SafeSEH, /GS, ASLR, etc.)

License

Notifications You must be signed in to change notification settings

tin-z/narly.js

Folders and files

NameName
Last commit message
Last commit date
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 10, 2022
Nov 14, 2022

Repository files navigation

narly.js

Description

Print binary protections using windbg JS API. in order: /SafeSEH /GS ASLR DEP NOSEH CFG_GUARD APPCONTAINER SIGNED.

The name "narly" has been borrowed from the famous windbg extension narly (https://code.google.com/archive/p/narly/).

usage

!nmod ["--help"|"--info"|"--missing"|"<module-name>"]

Options:
  "--help"        : print this message
  "--info"        : print information regarding the binary protections printed out
  "--missing"     : print also binary/modules missing binary protections, instead of printing each module and its binary protections
  "<module-name>" : print module-name's binary protections

1.gif

About

narly.js - print binary protections with Windbg JS (/SafeSEH, /GS, ASLR, etc.)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published