mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
316 B
JavaScript
14 lines
No EOL
316 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "Inbuild Encryption");
|
|
|
|
function detect() {
|
|
if (Binary.compare("b9....bb....2ed2072e281f43e2")) {
|
|
sVersion = "1.0";
|
|
sOptions = "by Christoph Gabler";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |