You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
try:
importimmlibasdbglibfromimmlibimportLogBpHook__DEBUGGERAPP__="Immunity Debugger"except:
try:
frompykdimport*importwindbglibasdbglibfromwindbglibimportLogBpHookdbglib.checkVersion()
arch=dbglib.getArchitecture()
__DEBUGGERAPP__="WinDBG"exceptSystemExit, e:
print"-Exit."importsyssys.exit(e)
exceptException:
#import tracebackprint"Do not run this script outside of a debugger !"#print traceback.format_exc()importsysexit(1)
And various usages of __DEBUGGERAPP__.
The text was updated successfully, but these errors were encountered:
More specifically
And various usages of
__DEBUGGERAPP__
.The text was updated successfully, but these errors were encountered: