Detect-It-Easy/db/MSDOS/AutoHack.1.sg
2024-11-07 00:17:07 +03:00

12 lines
No EOL
289 B
JavaScript
Executable file

// Detect It Easy: detection rule file format
// 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();
}