본문 바로가기

Reversing/Debugging Tech

OS 동적 디버깅(vmware)


vmware가상머신의 .vmx 파일을 텍스트 편집기로 열어서 하단에 

debugStub.listen.guest32 = "TRUE"

debugStub.hideBreakpoints = "TRUE"

monitor.debugOnStartGuest32 = "TRUE"

세 문장을 넣어줌


부팅하고 IDA에서 Attach -> Remote GDB Debugger -> localhost:8832 하고 0번에 있는거 <attach to the process started on target> 선택 후 0x7c00에 브포 걸면 MBR 영역부터 디버깅 가능

'Reversing > Debugging Tech' 카테고리의 다른 글

gdbserver 디버깅  (0) 2017.08.13
16bit DOS Debugging  (0) 2016.02.03
IDA Linux Remote Debugging  (0) 2015.09.19