3 releases

0.1.2 Oct 13, 2024
0.1.1 Oct 13, 2024
0.1.0 Oct 13, 2024

#431 in Debugging

Download history 379/week @ 2024-10-12 27/week @ 2024-10-19

406 downloads per month

Custom license

5KB
100 lines

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

Dependencies

~87KB