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
1f67d14028
commit
a69fcc2e0e
1 changed files with 2 additions and 0 deletions
|
|
@ -7858,6 +7858,8 @@ function scanForMaliciousCode_NET_and_Native() {
|
|||
e0_bit = b0 ^ 0x4D,
|
||||
e1_bit = b1 ^ 0x5A;
|
||||
|
||||
|
||||
// Skip if both e0_bit and e1_bit are zero, as it indicates no encryption
|
||||
if (e0_bit === 0x00 && e1_bit === 0x00) continue;
|
||||
|
||||
var e0_math = (b0 - 0x4D) & 0xFF,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue