mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
329 B
JavaScript
Executable file
13 lines
No EOL
329 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: horsicq <horsicq@gmail.com>
|
|
|
|
meta("protector", "AEP");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("E8$$$$E4212EA3....33C08BD85DB9....50B8....E6210FA9E6..538BDFE42123D84B0FA14B66")) {
|
|
sVersion = "1.00";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |