Detect-It-Easy/db/PE/sqlite.4.sg
2025-03-23 12:41:20 +03:00

16 lines
No EOL
313 B
JavaScript
Executable file

// Detect It Easy: detection rule file
// Author: DosX
// E-Mail: collab@kay-software.ru
// GitHub: https://github.com/DosX-dev
// Telegram: @DosX_dev
init("library", "SQLite");
function detect() {
if (PE.isLibraryPresentExp(/sqlite/i)) {
bDetected = true;
}
return result();
}