mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
15 lines
384 B
JavaScript
15 lines
384 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "Visual Prolog");
|
|
|
|
function detect() {
|
|
if (PE.compareEP("558bec57dbe3d92d........68........e8........8325..........75..6a..eb..33c066a1........50e8........8038")) {
|
|
sVersion = "5.2";
|
|
bDetected = true;
|
|
}
|
|
|
|
_setLang("Visual Prolog", bDetected);
|
|
|
|
return result();
|
|
}
|