2 parents 038a673 + 276d72f commit 3bd146aCopy full SHA for 3bd146a
1 file changed
README.md
@@ -226,6 +226,16 @@ pe_analyzer.exe -dynamic C:\samples\example.exe -timeout 60 -out reports
226
227
Static analysis creates both TXT and JSON reports.
228
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
239
### TXT Report
240
241
The TXT report includes:
0 commit comments