Dark Team | Dark Net Market, Carders forum, Carding forum, Hacking forum, Private carding forum

Welcome to DarkTeam Community

Sign up Today and Get Money Transfer offers.

WinDbg Extension To Perform Basic Detection Of Common Windows Exploit Mitigations DarkTeam


#1
Iris WinDbg extension performs basic detection of common Windows exploit mitigations (32 and 64 bits).
The checks implemented, as can be seen in the screenshot above, are (for the loaded modules):
  • DynamicBase
  • ASLR
  • DEP
  • SEH
  • SafeSEH
  • CFG
  • RFG
  • GS
  • AppContainer
If you don't know the meaning of some of the keywords above use google, you'll find better explanations than the ones I could give you.
Setup
To "install", copy iris.dll into the winext folder for WinDbg (for x86 and x64).
WinDbg 10.0.xxxxx
Unless you installed the debug tools in a non standard path you'll find the winext folder at:
Code:
C:\Program Files (x86)\Windows Kits\10\Debuggers\x64\winext
Or, for 32 bits:
Code:
C:\Program Files (x86)\Windows Kits\10\Debuggers\x86\winext
 

Top