mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
18 lines
No EOL
500 B
JavaScript
Executable file
18 lines
No EOL
500 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "TPACK");
|
|
|
|
function detect() {
|
|
if (Binary.compare("03'TUSCON'030d0a005868....60e9")) {
|
|
sVersion = "0.5c";
|
|
sOptions = "1996 by Max //TUSCON";
|
|
bDetected = true;
|
|
} else if (Binary.compare("68....fd60be....bf....b9....f3a48bf7bf....fc46e9")) {
|
|
sVersion = "0.55c";
|
|
sOptions = "1996 by Max //TUSCON";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |