mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
297 B
JavaScript
12 lines
No EOL
297 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("packer", "WordPerfect EXEPack");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("958cc005....0e1fa3....0306....8ec08b0e....8bf94f8bf7fdf3a48b16....50b8....50cb")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |