Patch for an Issue #235

This commit is contained in:
Miroslav Stampar
2012-11-10 11:01:29 +01:00
parent 181c3534f0
commit f305dde413
2 changed files with 7 additions and 0 deletions

View File

@@ -835,6 +835,7 @@ def __setTamperingFunctions():
if name == "tamper" and function.func_code.co_argcount == 2:
found = True
kb.tamperFunctions.append(function)
function.func_name = module.__name__
if check_priority and priority > last_priority:
message = "it seems that you might have mixed "