This commit is contained in:
DosX 2026-06-21 12:26:31 +03:00
commit dac2016dfb

View file

@ -1,11 +1,12 @@
// Detect It Easy: detection rule file
// Author: Vito <@ScalletaZ>
// Improved by: BJNFNE
meta("packer", "Virbox");
// https://lm-global.virbox.com/detail/virboxProtector.html
meta("protector", "Virbox");
function detect() {
if (MACH.getSectionNumber("__vdata") != -1) {
sVersion = "Virbox Protector";
bDetected = true;
}