Add DbgShell to Misc section

This commit is contained in:
Jason Shirk 2017-10-15 19:17:47 -07:00 committed by GitHub
parent 102fc17ee6
commit abb4e8e7df

View File

@ -182,6 +182,7 @@ It includes a command-line shell and an associated scripting language.
## Misc
- [DbgShell](https://github.com/Microsoft/DbgShell) - A PowerShell front-end for the Windows debugger engine.
- [poke](https://github.com/oising/poke) - Crazy cool reflection module for powershell.
Explore and invoke private APIs like nobody is watching.
Useful for security research, testing and quick hacks.