找回密码
 立即注册
调试theAltprogram | 企业管理 2022-09-22 109 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
OllyDbg常用方便热键===============================================================打开一个新的可履行程序(F3)从头运行当时调试的程序(Ctrl+F2)当时调试的程序(Alt+F2)运行选定的程序进行调试(F9)暂时中止被调试程序的履行(F12)单步进入被调试程序的Call中(F7)步过被调试程序的Call(F8)跟入被调试程序的Call中(Ctrl+F11)跟踪时越过被调试程序的Call(Ctrl+F12)履行直到回来(Ctrl+F9)显示记录窗口(Alt+L)显示模块窗口(Alt+E)显示内存窗口(Alt+M)显示CPU窗口(Alt+C)显示补丁窗口(Ctrl+P)显示呼叫仓库(Alt+K)显示断点窗口(Alt+B)打开调试选项窗口(Alt+O)

(OllyDbg common and convenient hotkeys =============================================== ===================Open a new executable program (F3) to re-run the currently debugged program (Ctrl F2) the currently debugged program (Alt F2) to run the selection Debug the specified program (F9) Temporarily suspend the execution of the debugged program (F12) Step into the Call of the debugged program (F7) Step over the Call of the debugged program (F8) Follow the Call of the debugged program (Ctrl  F11) Trace past the Call of the debugged program (Ctrl F12) until back (Ctrl F9) Display the log window (Alt L) Display the module window (Alt E) Display the memory window (Alt M) Display the CPU Window (Alt C) Show Patch Window (Ctrl P) Show Call Depot (Alt K) Show Breakpoints Window (Alt B) Open Debug Options Window (Alt O))

[下载]09411576334.rar




上一篇:史上最全的Windows注册表详解
下一篇:OllyDBG命令行命令+汇编指令大全