mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
11 lines
No EOL
250 B
JavaScript
11 lines
No EOL
250 B
JavaScript
// DIE's signature file
|
|
|
|
init("cryptor", "Open Source Code Crypter"); // ????????
|
|
|
|
function detect() {
|
|
if (PE.compareEP("558BECB9090000006A006A004975F9535657B8........E828F8FFFF33C05568")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |