mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
Update __GenericHeuristicAnalysis_By_DosX.7.sg
This commit is contained in:
parent
29cb94f796
commit
f6de2b5687
1 changed files with 2 additions and 1 deletions
|
|
@ -7843,6 +7843,7 @@ function scanForMaliciousCode_NET_and_Native() {
|
|||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
return false;
|
||||
};
|
||||
|
||||
|
|
@ -7866,7 +7867,7 @@ function scanForMaliciousCode_NET_and_Native() {
|
|||
dataBuffer[k] = (((char1 > 57) ? (char1 - 55) : (char1 - 48)) << 4) | ((char2 > 57) ? (char2 - 55) : (char2 - 48));
|
||||
}
|
||||
|
||||
var maxSearchIndex = maxScanSize - 0x100;
|
||||
var maxSearchIndex = maxScanSize - 0x100; // 256 bytes
|
||||
|
||||
for (var j = 0; j < maxSearchIndex; j++) {
|
||||
var byte0 = dataBuffer[j],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue