作为一个初学者,我试图使用IDC清除IDA Pro中的输出窗口,但是我不知道哪个功能可以工作。

我的IDA Pro版本是6.1。

#1 楼



form = idaapi.find_tform("Output window")
idaapi.switchto_tform(form, True);
idaapi.process_ui_action("msglist:Clear");


#2 楼

我认为没有,所以我倾向于在控制台窗口中按Ctrl-X,这与在运行IDC脚本之前右键单击“清除”相同。