Detect-It-Easy/db/PE/protector_Oreans_CodeVirtualizer.2.sg
DosX a7b081afa3 Rename and reorganize detection rule files
Detection rule files were renamed and reorganized to use more descriptive prefixes (e.g., compiler_, packer_, sfx_, etc.) for improved clarity and maintainability. Minor code formatting changes were made to some files, and a new detection rule for IBM VisualAge PL/I was added.
2026-01-25 10:42:34 +03:00

14 lines
No EOL
443 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("protector", "Oreans CodeVirtualizer");
function detect() {
if (PE.compareEP("eb$$e9$$$$$$$$e9$$$$$$$$565053e8$$$$$$$$584889c348ffc0482d........482d........4805........803b..75..c603..bb........68........68........5350e8")) {
bDetected = true;
} else if (PE.isSectionNamePresent(".vlizer")) {
bDetected = true;
}
return result();
}