a address,string
– Assemble at address
at address
– Disassemble at address
asm string
– Assemble
ac
– Analyse code
s
– Step into
stk address
– Go to address in stack
stop
– Pause execution
si
– Step into
so
– Step over
sn
– Search for Name(label) in current module
sob
– Scan object files
d address
– Dump at address
dump address
– Dump at address
da [address]
– Dump as disassembly
db [address]
– Dump in hex byte format
dc [address]
– Dump in ASCII format
dd [address]
– Dump in stack format
du [address]
– Dump in UNICODE format
dw [address]
– Dump in hex word format
dasm string
– Disassemble immediate opcode
follow address
– Disassemble at address
fr
– Find reference to selected command/address
g [address]
– Run till address
ge [address]
– Run and pass exception
h string
– Help on api function
hr address
– HW break on access
hw address
– HW break on write
he address
– HW break on execution
hd [address]
– Remove HW breakpoint
help string
– Help on api function
l address,string
– Label at address
log
– View Log window
quit
– Quit OllyDbg
w string
– Add watch expression
watch string
– Add watch expression
exit
– Quit OllyDbg
run
– Run program
rst
– Restart current porgrame
t [address]
– Trace in till address
ti [address]
– Trace in till address
to [address]
– Trace over till address
tc string
– Trace in till condition
toc string
– Trace over till condition
tr
– Till return
tu
– Till user code
orig
– Disassemble at EIP
opt
– Open Options
open string
– Open executable file
pause
– Pause execution
c address,string
– Comment at address
cpu
– View CPU window
cs
– View Call Stack
close
– Close executable
calc expression
– Estimate expression
bp address,string
– Break with condition
bpx string
– Break on all calls
bpd string
– Delete break on all calls
bc address
– Delete breakpoint
brk
– View Breakpoints window
mr address,[expression]
– Memory breakpt on access
mw address,[expression]
– Memory breakpt on write
md
– Remove memory breakpoint
mod
– View Modules window
mem
– View Memory window
mac string
– Execute Macro Command