mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
12 lines
No EOL
341 B
JavaScript
12 lines
No EOL
341 B
JavaScript
// Detect It Easy: detection rule file
|
|
// Author: hypn0 <hypn0@mail.ru>
|
|
|
|
init("extender", "GameWizard DOS Extender");
|
|
|
|
function detect() {
|
|
if (MSDOS.compareEP("b430cd2186c43d....73..ba....e8....ba....b1..d3ea8cc803d08edafa8ed2bc....fb2e8916....2e8c06....368c0e....2e8c16....e8")) {
|
|
bDetected = true;
|
|
}
|
|
|
|
return result();
|
|
} |