Detect-It-Easy/db/MSDOS/AutoHack.1.sg
2024-11-12 20:11:38 +03:00

12 lines
No EOL
282 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("other", "AutoHack addition");
function detect() {
if (MSDOS.compareEP("0e1fb409ba....cd21fa8e06....be....8b0e....83f9..74..fdd1e1")) {
bDetected = true;
}
return result();
}