Detect-It-Easy/db/MSDOS/library_ParsecCollection.1.sg
Benjamin Funke e46b5e6725 fix Parsec Collection signature typo
Removed oversight _ in library_ParsecCollection.1.sg signature
2026-03-01 06:45:13 +01:00

13 lines
No EOL
292 B
JavaScript

// Detect It Easy: detection rule file
// Author: BJNFNE <bjnfne@web.de>
meta("library", "Parsec Collection");
function detect() {
if (MSDOS.compareOverlay("0D0A41205041525345432050726F64756374696F6E")) {
sOptions = "EOF";
bDetected = true;
}
return result();
}