mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
15 lines
No EOL
407 B
JavaScript
15 lines
No EOL
407 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "PDC Prolog");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("b8....8ed88cc6bb....8ec3bb....268b178ec6b9....8bdad3eb8cd003d88cc02bd843b44acd2173..b0..b44ccd21")) {
|
|
sOptions = "1992 by Prolog Development Center";
|
|
bDetected = true;
|
|
}
|
|
|
|
_setLang("Visual Prolog", bDetected);
|
|
|
|
return result();
|
|
} |