vmw-logger 0.1.2

A VMWare logger using built-in backdoor.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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