mirror of
https://github.com/vee1e/capa.git
synced 2026-09-01 18:57:15 +00:00
assert sample analysis data is present
This commit is contained in:
parent
e47635455e
commit
afb72867f4
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@ def main(argv=None):
|
|||
sv2_json = vmra.zipfile.read("logs/summary_v2.json", pwd=DEFAULT_ARCHIVE_PASSWORD)
|
||||
flog_xml = vmra.zipfile.read("logs/flog.xml", pwd=DEFAULT_ARCHIVE_PASSWORD)
|
||||
sample_file_buf = vmra.sample_file_buf
|
||||
assert vmra.sample_file_analysis is not None
|
||||
sample_sha256: str = vmra.sample_file_analysis.hash_values.sha256.lower()
|
||||
|
||||
new_zip_name = f"{analysis_archive.parent / analysis_archive.stem}_min.zip"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue