Reversing/Debugging Tech
OS 동적 디버깅(vmware)
5unKn0wn
2016. 6. 22. 20:57
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 영역부터 디버깅 가능