Detect-It-Easy/db/MSDOS/Netware_loader.1.sg
2024-11-12 20:11:38 +03:00

12 lines
No EOL
308 B
JavaScript

// Detect It Easy: detection rule file
// Author: hypn0 <hypn0@mail.ru>
init("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();
}