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

14 lines
No EOL
362 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("converter", "AutoCracker");
function detect() {
if (Binary.compare("e9$$$$e8$$$$be....e8$$$$5133c9ac3c..74..32c8d1e1b4..8ad03c..74..cd21eb")) {
sVersion = "1.x";
sOptions = "1997 Dmitry Gorshkov";
bDetected = true;
}
return result();
}