Detect-It-Easy/db/MSDOS/loader_Netware_loader.1.sg
DosX 4f5b5288d0 Rename MS-DOS db files to include type prefixes
Rename several files in db/MSDOS to add explicit type prefixes for clearer organization and consistency. Renamed files:
- Meridian_Ada.4.sg -> compiler_Meridian_Ada.4.sg
- Meridian_Pascal.4.sg -> compiler_Meridian_Pascal.4.sg
- Visual_Cobol.4.sg -> compiler_Visual_Cobol.4.sg
- Netware_loader.1.sg -> loader_Netware_loader.1.sg
- Black_fist.2.sg -> packer_Black_fist.2.sg
- PROPACK_SFX.1.sg -> sfx_PROPACK_SFX.1.sg
2026-04-23 16:35:33 +03:00

12 lines
No EOL
308 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
meta("loader", "Netware loader");
function detect() {
if (MSDOS.compareEP("e9$$$$b8....cd213c..72..a1....3d....75..a1....3d....75..e9$$$$1e8cc88ed833c08ec0268b1e....891e")) {
bDetected = true;
}
return result();
}