OllyDbg 的快捷命令欄外掛快捷命令 (2千字)

看雪資料發表於2003-02-10

以下命令適用於 OllyDbg 的快捷命令欄外掛(顯示於程式的狀態列上方)
聆風聽雨 (Clone) 整理
20030210
========================================================
CALC
判斷表示式

WATCH
新增監視表示式

AT / FOLLOW
Disassemble at address
在地址進行反彙編

ORIG
Disassemble at EIP
反彙編於 EIP

DUMP
Dump at address
在地址轉存

DA
Dump as disassembly
轉存為反彙編程式碼

DB
Dump in hex byte format
轉存在十六進位制位元組格式

DC
Dump in ASCII format
轉存在 ASCII 格式

DD
Dump in stack format
轉存在堆疊格式

DU
Dump in UNICODE format
轉存在 UNICODE 格式

DW
Dump in hex word format
轉存在十六進位制字詞格式

STK
Go to address in stack
前往堆疊中的地址

AS + 地址 + 字串
Assemble at address
在地址進行彙編

L + 地址 + 字串
Label at address
在地址進行標號

C + 地址 + 字串
Comment at address
在地址進行註釋

BP
Break with condition
使用條件中斷

BPX
Break on all calls
中斷在全部呼叫

BPD
Delete break on all calls
清除位於全部呼叫的斷點

BC
Delete breakpoint
清除斷點

MR
Memory breakpt on access
記憶體斷點於訪問時

MW
Memory breakpt on write
記憶體斷點於寫入時

MD
Remove memory breakpoint
清除記憶體斷點

HR
HW break on access
硬體中斷在訪問

HW
HW break on write
硬體中斷在寫入

HE
HW break on execution
硬體中斷在執行

HD
Remove HW breakpoint
清除硬體斷點

STOP
Pause execution
暫停執行
PAUSE
PAUSE

RUN
Run program
執行程式
Run till address
執行到地址

GE
Run and pass exception
執行和透過例外

SI
Step into
步入


SO
Step over
步過

TI
Trace in till address
跟蹤進入直到地址

TO
Trace over till address
跟蹤步過直到地址

TC
Trace in till condition
跟蹤進入直到條件

TOC
Trace over till condition
跟蹤步過直到條件

TR
Till return
直到返回

TU
Till user code
直到使用者程式碼

LOG
View Log window
檢視記錄視窗

MOD
View Modules window
檢視模組視窗

MEM
View Memory window
檢視記憶體視窗

CPU
View CPU window
檢視 CPU 視窗

CS
View Call Stack
檢視 Call 堆疊

BRK
View Breakpoints window
檢視斷點視窗

OPT
Open Options
開啟選項

EXIT / QUIT
Quit OllyDbg
退出 OllyDbg

OPEN
Open executable file
開啟可執行檔案

CLOSE
Close executable
關閉程式

RST
Restart current program
恢復當前程式

HELP
Help on API function
API 函式的幫助

ASM
Assemble (if command needs it's own addres, \"ASM COMMAND;ADDRESS\")
彙編 (如果命令需要自身的地址 \"ASM COMMAND;ADDRESS\")

DASM
Disassemble immediate opcode
反彙編直接的機器碼

FR
Find reference to selected command/address
查詢參考到選定的命令/地址

AC
Analyse code
分析程式碼

SN
Search for Name(label) in current module
在當前模組中搜尋名稱(標號)

SOB
Scan object files
掃描專案檔案

相關文章