Wenzel / libmicrovmi

A cross-platform unified Virtual Machine Introspection API library
https://wenzel.github.io/libmicrovmi/
GNU General Public License v3.0
160 stars 16 forks source link

virtualbox: chunk memory reads by 4K to avoid segfault #215

Closed Wenzel closed 2 years ago

Wenzel commented 2 years ago

Solves: https://github.com/thalium/icebox/issues/38 Related: #188

codecov-commenter commented 2 years ago

Codecov Report

Merging #215 (5d635e5) into master (7d483ad) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #215   +/-   ##
=======================================
  Coverage   15.73%   15.73%           
=======================================
  Files          10       10           
  Lines         591      591           
  Branches       94       94           
=======================================
  Hits           93       93           
  Misses        480      480           
  Partials       18       18           
Flag Coverage Δ
unittests 15.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 7d483ad...5d635e5. Read the comment docs.