Detect-It-Easy/db/PE/FileSplit_Self-Merger.2.sg
DosX b1bd73b5df Update PE detection rules and rename signature files
Refactored and improved several PE detection scripts, including logic changes in 12Ghosts_Zip2, ActiveMark, FileSplit_Self-Merger, HASP_HL_Protection, HidePE, Photo_Compiler, and tcc.6. Updated meta fields for accuracy, improved detection logic, and standardized function signatures. Renamed multiple signature files to new version numbers for consistency.
2025-09-04 23:36:12 +03:00

12 lines
No EOL
327 B
JavaScript

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