NoteZ
NoteZ copied to clipboard
Vmware Debug manual
Prologue
Refer
https://wikileaks.org/ciav7p1/cms/page_14588660.html
#kext debug
https://rednaga.io/2017/04/09/remote_kext_debugging/
_Start
debugStub.listen.guest64 = "TRUE"
#enable the gdb remote listener (so we can debug from another VM or machine)
debugStub.listen.guest64.remote = "TRUE
#port of GDB listen
debugStub.port.guest64 = "55555"
#uncomment below if you want to start debugging in the VMWare BIOS
#monitor.debugOnStartGuest64 = "TRUE"
#Uncomment to enable int 3 breakpoints. Otherwise the gdb breakpoints will use hw breakpoints.
#debugStub.hideBreakpoints = "FALSE"
debugStub.listen.guest64 = "TRUE"
debugStub.listen.guest64.remote = "TRUE
debugStub.port.guest64 = "55555"
monitor.debugOnStartGuest64 = "TRUE"
debugStub.hideBreakpoints = "TRUE"
bios.bootDelay = "3000"