mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
319 B
JavaScript
Executable file
13 lines
No EOL
319 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "Fig-FORTH");
|
|
|
|
function detect() {
|
|
if (Binary.compare("90e9$$$$be....8cc88ed88b26....8ed08ec0fc8b2e....e8$$$$b0..ba....b4..cd21c3")) {
|
|
sVersion = "1.0";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |