Update __GenericHeuristicAnalysis_By_DosX.7.sg

This commit is contained in:
DosX 2026-06-18 15:55:22 +03:00
commit a69fcc2e0e

View file

@ -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,