mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
db refactoring
This commit is contained in:
parent
dd43425913
commit
fe3a42dc24
10 changed files with 29 additions and 27 deletions
|
|
@ -14,10 +14,10 @@ function detect() {
|
|||
sOptions = "by BlackLight, MANtiCORE";
|
||||
bDetected = true;
|
||||
}
|
||||
} else if(Binary.compare("e8$$$$b7..538b4f..8a47..c0c8..880743e2")) {
|
||||
sOptions = "by Frenzy";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
} else if (Binary.compare("e8$$$$b7..538b4f..8a47..c0c8..880743e2")) {
|
||||
sOptions = "by Frenzy";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
|
@ -212,7 +212,7 @@ function detect() {
|
|||
sName += " #3";
|
||||
sOptions = "by Misha /ACE";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
|
@ -12,7 +12,7 @@ function detect() {
|
|||
sVersion = "1.02c";
|
||||
sOptions = "1992 by Tal Nevo";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
|
@ -18,7 +18,7 @@ function detect() {
|
|||
sVersion = "1.13L";
|
||||
sOptions = "converted to exe";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
|
@ -7,7 +7,7 @@ function detect() {
|
|||
sVersion = "1.5";
|
||||
bDetected = true;
|
||||
} else if (PE.compareEP("E8000000005B83EB05EB04'RND!'EB02CD20EB")) {
|
||||
sVersion = "1.0/1.01/1.02";
|
||||
sVersion = "1.0-1.02";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// Detect It Easy: detection rule file
|
||||
|
||||
// https://www.exeicon.com/exeguarder/
|
||||
init("protector", "Exe Guarder");
|
||||
|
||||
function detect() {
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
// Detect It Easy: detection rule file
|
||||
|
||||
// https://www.cgsoftlabs.ro/express.html
|
||||
init("protector", "eXPressor");
|
||||
|
||||
function detect() {
|
||||
|
|
@ -53,7 +54,7 @@ function detect() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
|
||||
return result();
|
||||
}
|
||||
16
db/PE/Fusion.2.sg → db_extra/PE/Fusion.2.sg
Executable file → Normal file
16
db/PE/Fusion.2.sg → db_extra/PE/Fusion.2.sg
Executable file → Normal file
|
|
@ -1,11 +1,11 @@
|
|||
// Detect It Easy: detection rule file
|
||||
|
||||
init("protector", "Fusion");
|
||||
|
||||
function detect() {
|
||||
if (PE.compareEP("68........68........E80903000068........E8C7020000")) {
|
||||
sVersion = "1.0";
|
||||
bDetected = true;
|
||||
// Detect It Easy: detection rule file
|
||||
|
||||
init("protector", "Fusion");
|
||||
|
||||
function detect() {
|
||||
if (PE.compareEP("68........68........E80903000068........E8C7020000")) {
|
||||
sVersion = "1.0";
|
||||
bDetected = true;
|
||||
}
|
||||
|
||||
return result();
|
||||
Loading…
Add table
Add a link
Reference in a new issue