Skip to content

Azvanzed/vmw-logger-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A VMWare logger using built-in backdoor.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages