mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
328 B
JavaScript
Executable file
13 lines
No EOL
328 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("self-displayer", "DOC2PAGE");
|
|
|
|
function detect() {
|
|
if (Binary.compare("e9$$$$fc8a0e....32ede3..bf....b0..f3ae74..e8....ba....cd21ba....cd21e9")) {
|
|
sOptions = "by Th. Edel";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |