mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
370 B
JavaScript
Executable file
13 lines
No EOL
370 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "BSTAR_FORTH(16)");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("e9$$$$8c0e....8c0e....a1....a3....e8....a3....a1....a3....e8....a3....a1....a3....e8....e8....8b0e....e3..1e8e06....a1")) {
|
|
sVersion = "0.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |