From 276d72fb3a65cead979278b0a14970b8aeef0c76 Mon Sep 17 00:00:00 2001 From: Boran Date: Sun, 21 Jun 2026 13:17:18 +0300 Subject: [PATCH] docs: document static file metadata --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 6ab812d..58b17e8 100644 --- a/README.md +++ b/README.md @@ -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: