Skip to content

Commit 3bd146a

Browse files
authored
Merge pull request #49 from Bor-Code/docs/document-static-file-metadata
docs: document static file metadata
2 parents 038a673 + 276d72f commit 3bd146a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,16 @@ pe_analyzer.exe -dynamic C:\samples\example.exe -timeout 60 -out reports
226226

227227
Static analysis creates both TXT and JSON reports.
228228

229+
## Static File Metadata
230+
231+
Static analysis reports include file metadata that helps identify the analyzed target and compare results across different analysis runs.
232+
233+
TXT reports include:
234+
235+
```text
236+
Target File Size: 360448 bytes
237+
SHA-256: ab15a95de88ab0624307ae0e28e333756a2a522f650...
238+
229239
### TXT Report
230240
231241
The TXT report includes:

0 commit comments

Comments
 (0)