You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
18
18
While many data recovery tools exist, few offer a combination of simplicity, flexibility, and modern design focused on deep disk analysis and effective file carving.
19
19
20
-
Digler was created to fill this gap by providing a streamlined, reliable command-line tool that makes data recovery easier and more efficient—without the complexity of heavyweight GUIs or fragmented workflows.
20
+
Digler was created to fill this gap by providing a streamlined, plugin-extensible command-line tool that makes data recovery easier and more efficientwithout the complexity of heavyweight GUIs or fragmented workflows.
21
21
22
22
Built in Go, Digler leverages the language’s strengths in performance, cross-platform support, and maintainability to deliver a fast and dependable solution for today’s data recovery challenges.
23
23
@@ -28,9 +28,11 @@ Built in Go, Digler leverages the language’s strengths in performance, cross-p
28
28
29
29
***File System Agnostic Analysis**: Recover deleted files regardless of the underlying file system (e.g., NTFS, FAT32, ext4), even when metadata is lost.
30
30
31
+
***Plugin-Based Extensibility**: Support for custom file scanners through plugins, simplifying integration with new file formats.
32
+
31
33
***Reporting Capabilities**: Generate detailed reports, compliant with the `Digital Forensics XML (DFXML)` format, of recovered data and analysis findings.
32
34
33
-
***Post-Scan Data Recovery**: Utilize the generated DFXML reports to precisely recover deleted or fragmented files.
35
+
***Post-Scan Data Recovery**: Utilize the generated DFXML reports to precisely recover specific files.
34
36
35
37
***Intuitive Command-Line Interface**: A user-friendly CLI designed for efficiency and ease of use.
0 commit comments