Crates.io | vmw-logger |
lib.rs | vmw-logger |
version | 0.1.2 |
source | src |
created_at | 2024-10-13 14:44:15.741744 |
updated_at | 2024-10-13 20:27:05.301142 |
description | A VMWare logger using built-in backdoor. |
homepage | |
repository | https://github.com/Azvanzed/vmw-logger |
max_upload_size | |
id | 1407388 |
size | 5,870 |
A VMware logger rust crate that leverages an undocumented built-in backdoor for guest-host interaction with no_std support.
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"