This release mostly fixes the bugs found in v0.19.0.
The new addition is an experimental "Extract archive" option for guest-side archive extraction using Expand-Archive or 7-Zip installed on guest VM. It works well, but it's still WIP so it's not yet documented and may change in the future.
This version was tested using DRAKVUF v1.1-f619440.
New features and improvements:
- Feature: experimental support for guest-side archive extraction (by @psrok1 in #1129)
- Added a new attribute target_filepath to the AnalysisOptions class to clearly distinguish between filenames and full file paths (by @grzetzp in #1122)
Bugfixes:
- Fix: expose Content-Length for downloaded files when S3 storage is used (by @psrok1 in #1119)
- Fix: add missing else clause in s3 handling (by @psolvx in #1124)
- Fix: remove duplicated memdumps when region was dumped multiple times (by @psrok1 in #1132)
- Update docs to cover for Xen AVX issue (by @icedevml in #1136)
- drakrun: fix command name in banner (by @icedevml in #1137)
- drakshell: build for generic x86-64 target to increase compatibility (by @icedevml in #1135)
- Improve screenshotter thread handling (by @psolvx in #1140)
- get_http_info: mask server_port and omit field if 0 (by @psrok1 in #1139)
- Fix gzip syscalls plugin and also gzip sysret.log (by @psolvx in #1143)
New contributors
- @RedBlue232 made their first contribution in #1123
- @psolvx made their first contribution in #1124
Full Changelog: v0.19.0...v0.20.0