mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
14 lines
No EOL
371 B
JavaScript
14 lines
No EOL
371 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
meta("installer", "GamBit Pro Library");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("ba....2e8916....b430cd218b2e....8b1e....8edaa3....8c06") &&
|
|
MSDOS.compareOverlay("'RS'000102")) {
|
|
sOptions = "1994 by Nikita Ltd.";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |