mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
478 B
JavaScript
Executable file
14 lines
No EOL
478 B
JavaScript
Executable file
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("protector", "HASP Key Envelope");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("e9$$$$e800005d81ed....2ea3....8cd82ea3....05....2ea3....2e0306....2ea3....2e833e......75..e8")) {
|
|
bDetected = true;
|
|
} else if (MSDOS.compareEP("e9$$$$e800005d81ed....2ea3....8cd82ea3....83c0..2ea3....2e0306....2ea3....2e833e......75..e8")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |