Detect-It-Easy/db/MSDOS/loader_DOS32_loader.0a.sg
DosX b131106437 Prefix MSDOS DB filenames by type
Rename several entries under db/MSDOS to include a category prefix (compiler_, extender_, immunizer_, installer_, loader_, protector_) for clearer organization. Affected files include Fitted_Modula-2.4, Lahey_Fortran.4, Lattice_C.4, PDC_Prolog.4, EMMXXXX0_check.0a, GameWizard_DOS_Extender.0a, File_Shield.1, GamBit_Pro_Library.1, DOS32_loader.0a, and Eliashim's_CodeTrack.1. This improves discoverability and groups records by type.
2026-06-12 13:14:19 +03:00

14 lines
No EOL
366 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("loader", "DOS32 loader");
function detect() {
if (MSDOS.compareEP("8cd88ccb2bd88bc4b1..d3e803d843b4..cd218e06....8cd80e1fa3....a3....a3....fc33c033ffeb")) {
sVersion = "3.3";
sOptions = "1995 by Adam Seychell";
bDetected = true;
}
return result();
}