Cosmos/source2/Users/Kudzu/Breakpoints/Debug in IDA.au3
kudzu_cp fd6654a0a7
2010-07-10 16:05:37 +00:00

27 lines
481 B
AutoIt

Run("C:\Program Files (x86)\IDA\idag.exe")
WinWaitActive("About")
Send("{SPACE}");
WinWaitActive("[CLASS:TIdaWindow]")
Sleep(250)
Send("!fo")
Send("d:\source\Cosmos\source2\Users\", 1)
Sleep(250)
Send("Kudzu\Breakpoints\bin\Debug\CosmosKernel.obj", 1)
Send("{ENTER}")
WinWaitActive("Load a new file")
Send("{ENTER}")
WinWaitActive("[CLASS:TIdaWindow]")
Sleep(1000)
Send("{F9}") ; Debug
Send("!y") ; Are you sure?
Send("!y") ; Attach to remote?