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