天天看點

OD指令相關

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

掃描項目檔案

繼續閱讀