Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,16 @@ pe_analyzer.exe -dynamic C:\samples\example.exe -timeout 60 -out reports

Static analysis creates both TXT and JSON reports.

## Static File Metadata

Static analysis reports include file metadata that helps identify the analyzed target and compare results across different analysis runs.

TXT reports include:

```text
Target File Size: 360448 bytes
SHA-256: ab15a95de88ab0624307ae0e28e333756a2a522f650...

### TXT Report

The TXT report includes:
Expand Down
Loading