mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
redefine Virbox signature as protector
This commit is contained in:
parent
e087251e33
commit
96836f65dc
1 changed files with 3 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue