Detect-It-Easy/db/MSDOS/GameWizard_DOS_Extender.0a.sg
2024-11-12 20:11:38 +03:00

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();
}