Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 723 Bytes

CHANGELOG.md

File metadata and controls

24 lines (15 loc) · 723 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to will adhere to Semantic Versioning once it reaches 0.2.0.

[Unreleased]

Changed

  • VmiHandler::finished() is renamed to VmiHandler::check_completion(), which now returns an Option<Output> instead of a bool

Added

  • Implemented handling of PFN changes in the PageTableMonitor
  • Added Output type to the VmiHandler
  • vmi_core::os::OsModule + VmiOs::modules() to get the list of loaded modules

Fixed

  • Return PageIn event when connecting an intermediate PTE