Commit graph

20 commits

Author SHA1 Message Date
DosX
9e621e1954 Rename and reorganize rule files
Renamed and moved numerous .sg files in the db directory to follow a more consistent naming convention and directory structure, grouping by type (e.g., compiler, cruncher, packer, protector, etc.). This improves maintainability and clarity of the signature database organization.
2026-01-25 11:20:39 +03:00
DosX
d91a0393c5 Update comment to reference meta() instead of init()
Replaces a comment reference to init() with meta() to clarify the recommended function for use with _setResult in detection scripts.
2025-10-19 20:38:04 +03:00
DosX
2d90665bbd Delete where-is-structure-example.txt 2025-09-05 10:59:00 +03:00
DosX
e7a094093a Update example rule: init(...) -> meta(...) 2025-08-27 22:59:10 +03:00
DosX
d27c3df749 Refactor string emptiness checks to truthy checks
Replaces explicit string emptiness comparisons (e.g., `if (x != "")`) with truthy checks (e.g., `if (x)`) throughout detection scripts. This improves code readability and consistency across multiple file format detection modules.
2025-08-09 16:21:28 +03:00
DosX
bb5155d519 Move and update example detection script
Relocated example.0.sg from db_custom/PE/ to db_custom/ and expanded it with additional comments and tips for writing detection scripts.
2025-07-27 01:35:00 +03:00
DosX
359d53bc74 +vscode config for custom and extra dbs 2025-06-11 17:04:47 +03:00
DosX
6213dd79e7 *.sg -> *.*.sg & refactoring 2025-06-09 19:06:33 +03:00
DosX
3e309d3328 "DIE's signature file" -> "Detect It Easy: detection rule file" 2025-06-09 18:53:59 +03:00
DosX
05c32c404a Update example.sg 2024-11-07 08:26:23 +03:00
DosX
dda63b126f Database fix
TODO: "ACE" review
2024-11-06 07:19:20 +03:00
DosX
878e7cd32b +/__dev_db_trash/ 2024-07-01 11:48:08 +03:00
DosX
27dc11cccb "v {ver}" -> "v{ver}" 2024-05-26 19:17:29 +03:00
horsicq
0848312ed1 Add new file(s): 2024-05-24 2024-05-24 18:44:46 +02:00
horsicq
054550be82 Update file(s): 2024-04-13 2024-04-13 22:35:11 +02:00
horsicq
6caf7a3d6e Add new file(s): 2024-04-12 2024-04-12 00:17:07 +02:00
DosX
215a299f46 Changes in db_custom 2024-04-07 22:59:01 +03:00
horsicq
85b45812c3 Update file(s): 2024-02-06 2024-02-06 18:23:06 +01:00
horsicq
0603a2b669 Update file(s): 2024-01-30 2024-01-30 18:27:36 +01:00
horsicq
6152b5341e Fix: 2023-10-09 2023-10-09 19:10:10 +02:00