vmw-logger

Crates.iovmw-logger
lib.rsvmw-logger
version0.1.2
sourcesrc
created_at2024-10-13 14:44:15.741744
updated_at2024-10-13 20:27:05.301142
descriptionA VMWare logger using built-in backdoor.
homepage
repositoryhttps://github.com/Azvanzed/vmw-logger
max_upload_size
id1407388
size5,870
wcscpy (Azvanzed)

documentation

README

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
Commit count: 14

cargo fmt