Skip to content

Releases: changeofpace/VivienneVMM

VivienneVMM 1.0.0

03 Aug 09:16
2992cad
Compare
Choose a tag to compare

[1.0.0] - 2020-08-02

VivienneVMM 1.0.0 released. 🎂

Added

  • Ept breakpoints: a new breakpoint type with many advantages over the now deprecated Vivienne hardware breakpoint type.
  • New VivienneCL commands: GetProcessInformation, QueryEptBpInfo, SetEptBpBasic, SetEptBpRegisters, SetEptBpKeyed, DisableEptBp, ClearEptBp, PrintEptBpLogHeader, and PrintEptBpLogElements. See the VivienneCL README for more information.
  • Add extended information for many VivienneCL commands. Type 'help command_name' in the VivienneCL console to see a command's extended information.
  • Most VivienneCL commands now have an additional short name for ease of use.
  • New config options: CFG_VIVIENNE_DEVICE_NAME, CFG_LOG_NUMBER_OF_PAGES, CFG_LOG_FLUSH_INTERVAL_MS, and CFG_LOG_APPEND_DATA_TO_EXISTING_LOG_FILE. See the config header file for more information.
  • Add a CHANGELOG file.