mirror of
https://github.com/horsicq/Detect-It-Easy.git
synced 2026-06-24 01:54:08 +00:00
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
12 lines
No EOL
308 B
JavaScript
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();
|
|
} |