Detect-It-Easy/db/PE/FileSplit_Self-Merger.2.sg
2024-11-12 20:11:38 +03:00

13 lines
No EOL
352 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("other", "FileSplit Self-Merger");
function detect() {
if (PE.compareEP("56576a..ff15........8bf8ff15........8a088b35........80f9..75..50ffd68a0884c974..80f9..75..50ffd6")) {
sOptions = "by Partridgesoft";
bDetected = true;
}
return result();
}