mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
373 B
JavaScript
Executable file
14 lines
No EOL
373 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "Personal Batch File Compiler");
|
|
|
|
function detect() {
|
|
if (Binary.compare("eb$$90fcbd....8b....8b......8b......b44acd21a1....8986")) {
|
|
sOptions = "1993, 2003 by Kinglion Software Workroom";
|
|
sVersion = "1.6c";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |