WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

DRAKVUF Sandbox v0.20.0

Latest

Choose a tag to compare

@psrok1 psrok1 released this 17 Nov 16:21
· 3 commits to master since this release
2d545bb

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

Full Changelog: v0.19.0...v0.20.0