mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
412 B
JavaScript
Executable file
14 lines
No EOL
412 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "GP-FORTH");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$8cc88ed8a1....a3....a1....a3....e8$$$$a1....3d....74..0306....72..a3....b1..d3e8408ccb8ec35003d8")) {
|
|
sVersion = "93.9-94.7";
|
|
sOptions = "1990-94 by Golden Porcupine Software";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |