redefine Virbox signature as protector

This commit is contained in:
Benjamin Funke 2026-06-21 11:25:36 +02:00
commit 96836f65dc

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;
}