Bug fix for --hex/--technique=B (especially MsSQL)

This commit is contained in:
Miroslav Stampar
2012-10-28 12:22:33 +01:00
parent 8617fe0d65
commit 25a5073281
3 changed files with 6 additions and 1 deletions

View File

@@ -308,7 +308,7 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
dbgMsg = "turning back on time auto-adjustment mechanism"
logger.debug(dbgMsg)
kb.adjustTimeDelay = ADJUST_TIME_DELAY.YES
return decodeIntToUnicode(retVal)
else:
return None