Detect-It-Easy/db/COM/TPACK.2.sg
2024-11-12 20:11:38 +03:00

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();
}