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