mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
First commit
This commit is contained in:
parent
ffea4de62b
commit
efd596fbc3
10 changed files with 192 additions and 0 deletions
16
db/MSDOS/Borland RTM.1.sg
Normal file
16
db/MSDOS/Borland RTM.1.sg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("extender","Borland RTM DPMI loader");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("b8....8ed8b8....bb....8ed08be38926....0626......8ec0263b......74..e9"))
|
||||
{
|
||||
sVersion="1.0-1.5";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
17
db/MSDOS/CauseWay DOS Extender.3.sg
Normal file
17
db/MSDOS/CauseWay DOS Extender.3.sg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("extender","CauseWay DOS Extender");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("fa161f26a1....83e8..8ed0fb061607be....8bfeb9....f3a407368c......8bd88cca3603......368b......fd8bc53d....76"))
|
||||
{
|
||||
sVersion="3.2x-3.3x";
|
||||
sOptions="1992-1997 by John Wildsmith";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
38
db/MSDOS/Cryptors.2.sg
Normal file
38
db/MSDOS/Cryptors.2.sg
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("protector","Cryptor");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("1E8CDA83....8EDA8EC2BB....BA....85D274..B4..33FF33F6B9....AC32C4C0....02..2E........AAE2"))
|
||||
{
|
||||
sVersion="1.3";
|
||||
sOptions="by Dismember";
|
||||
bDetected=1;
|
||||
}
|
||||
else if(MSDOS.compareEP("0E179C58F6....74..E9....1EB0..E6..8CDA83....8EDA8EC2BB....BA....85D274..B4..33FF33F6B9"))
|
||||
{
|
||||
sVersion="1.7";
|
||||
sOptions="by Dismember";
|
||||
bDetected=1;
|
||||
}
|
||||
else if(MSDOS.compareEP("b2..33f6b9....2e30144649e3..eb..b8....ffe0"))
|
||||
{
|
||||
sOptions="by Rainor'99";
|
||||
bDetected=1;
|
||||
}
|
||||
else if(MSDOS.compareEP("1e8ccb8edbbb....8177......8177......8177......8177......8177......1f0eeb"))
|
||||
{
|
||||
sOptions="by Papaev V.V., Moscow";
|
||||
bDetected=1;
|
||||
}
|
||||
else if(MSDOS.compareEP("50e8$$$$5b9c5825....509d8ccb81c3....81eb....53bb....53cb"))
|
||||
{
|
||||
sOptions="1990-92 by Sergdesign";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
21
db/MSDOS/DOS_16M.1.sg
Normal file
21
db/MSDOS/DOS_16M.1.sg
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("extender","DOS/16M DOS Extender");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("bf....8ed781c4....be....2bf73689......8bc6b1..d3e04836a3....be....468936....8cc32bdef7dbb44acd21368c......1607fcbf....b9....2bcf33c0"))
|
||||
{
|
||||
sOptions="1987-1991 by Rational Systems, Inc.";
|
||||
bDetected=1;
|
||||
}
|
||||
else if(MSDOS.compareEP("bf....8ec78ed7bc....368c......ff36....268f......be....ac8ad8b7..88388b3e....4f8ec726a1....36f726....4836a3....8e06....33c08bc8f7d18bf8f2ae26"))
|
||||
{
|
||||
sOptions="1987-1994 by Tenberry Software Inc.";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
16
db/MSDOS/EMX.1.sg
Normal file
16
db/MSDOS/EMX.1.sg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("extender","EMX DOS Extender");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("b8....8ed88c06....e8....e8....e8....e8"))
|
||||
{
|
||||
sVersion="0.8f-0.9d";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
17
db/MSDOS/EXE2COM.1.sg
Normal file
17
db/MSDOS/EXE2COM.1.sg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("converter","EXE2COM");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("b3..b9....33d2be....8bfeac32c3aa494332e403d0e3..eb"))
|
||||
{
|
||||
sVersion="9.50a";
|
||||
sOptions="by Basil V. Vorontsov";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
17
db/MSDOS/Go32Stub.3.sg
Normal file
17
db/MSDOS/Go32Stub.3.sg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("extender","Go32Stub DOS-Extender");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("0e1f8c1e....8c06....fcb430cd21"))
|
||||
{
|
||||
sVersion="2.0";
|
||||
sOptions="1993-1995 by DJ Delorie";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
17
db/MSDOS/Zortech C.3.sg
Normal file
17
db/MSDOS/Zortech C.3.sg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("compiler","Zortech C");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("fab8....8ed8a3....8c06....268b......891e....8bd82b1e....891e....268b......891e....2bd881fb....72..bb....8bd003d34289"))
|
||||
{
|
||||
sVersion="2.0";
|
||||
sOptions="1988-1989 by Walter Bright";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
17
db/MSDOS/Zortech C_Symantec C.3.sg
Normal file
17
db/MSDOS/Zortech C_Symantec C.3.sg
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("compiler","Zortech C or Symantec C");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("fafcb8....8ed88c......268b......891e....8bd82b1e....891e....268b1e....2bd881fb....72..bb....8bd003d342b1..d3e38ed08be381eb....80ff..73..ba....e9....fbb430cd21a3"))
|
||||
{
|
||||
sVersion="2.10 - 3.0r1, 4.0";
|
||||
sOptions="1988-1993 by Walter Bright";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
16
db/MSDOS/dos extender.1.sg
Normal file
16
db/MSDOS/dos extender.1.sg
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
// DIE's signature file
|
||||
// Author: hypn0 <hypn0@mail.ru>
|
||||
|
||||
init("extender","dos extender by Doug Huffman");
|
||||
|
||||
function detect(bShowType,bShowVersion,bShowOptions)
|
||||
{
|
||||
|
||||
if(MSDOS.compareEP("0e1f8cc6b4..50bb....cd2173..58cd2172..03de8bebb8....cd21065356b8....cd2f0bc075"))
|
||||
{
|
||||
sOptions="1991";
|
||||
bDetected=1;
|
||||
}
|
||||
|
||||
return result(bShowType,bShowVersion,bShowOptions);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue