mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
282 B
JavaScript
Executable file
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();
|
|
} |