vmw-logger 0.1.2

A VMWare logger using built-in backdoor.
Documentation
  • Coverage
  • 0%
    0 out of 5 items documented0 out of 0 items with examples
  • Size
  • Source code size: 5.87 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 129.11 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • ghost_294572

vmw-logger-rs

A VMware logger rust crate that leverages an undocumented built-in backdoor for guest-host interaction with no_std support.

How to enable

To enable this functionality, add the following lines to the *.VMX file:

replay.enableBackdoorPutChar = "TRUE"
log.guestThrottleBytesPerSec = "100000000"
log.throttleBytesPerSec = "100000000"
log.append = "FALSE"
log.keep = "FALSE"

Credits

  • jessie (intege_rs)
  • YushiOMOTE