mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
13 lines
No EOL
343 B
JavaScript
13 lines
No EOL
343 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("compiler", "Turbo C++");
|
|
|
|
function detect() {
|
|
if (Binary.compare("8cca2e8916....b430cd218b2e....8b1e....8edaa3....8c06....891e....892e....e8....c43e....8bc78bd8b9....fcf2ae")) {
|
|
sVersion = "1990";
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |