mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
301 B
JavaScript
Executable file
13 lines
No EOL
301 B
JavaScript
Executable file
// Detect It Easy: detection rule file format
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("converter", "NetRun");
|
|
|
|
function detect() {
|
|
if (Binary.compare("'XPPPYZIQD[L-f6-g41GDSXu'17'@,~P^P_O,!(GU(GZ(Gnu5'")) {
|
|
sVersion = "3.10";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |