a at asm ac
a address,string
– Assemble at addressat address
– Disassemble at addressasm string
– Assembleac
– Analyse code
s stk stop si so sn sob
s
– Step intostk address
– Go to address in stackstop
– Pause executionsi
– Step intoso
– Step oversn
– Search for Name(label) in current modulesob
– Scan object files
d dump da db dc dd du dw dasm
d address
– Dump at addressdump address
– Dump at addressda [address]
– Dump as disassemblydb [address]
– Dump in hex byte formatdc [address]
– Dump in ASCII formatdd [address]
– Dump in stack formatdu [address]
– Dump in UNICODE formatdw [address]
– Dump in hex word formatdasm string
– Disassemble immediate opcode
f follow fr
follow address
– Disassemble at addressfr
– Find reference to selected command/address
g ge
g [address]
– Run till addressge [address]
– Run and pass exception
h hr hw he hd help
h string
– Help on api functionhr address
– HW break on accesshw address
– HW break on writehe address
– HW break on executionhd [address]
– Remove HW breakpointhelp string
– Help on api function
l log
l address,string
– Label at addresslog
– View Log window
q quit
quit
– Quit OllyDbg
w watch
w string
– Add watch expressionwatch string
– Add watch expression
e exit
exit
– Quit OllyDbg
r run rst
run
– Run programrst
– Restart current porgrame
t ti to tc toc tr tu
t [address]
– Trace in till addressti [address]
– Trace in till addressto [address]
– Trace over till addresstc string
– Trace in till conditiontoc string
– Trace over till conditiontr
– Till returntu
– Till user code
o orig opt open
orig
– Disassemble at EIPopt
– Open Optionsopen string
– Open executable file
p pause
pause
– Pause execution
c cpu cs close calc
c address,string
– Comment at addresscpu
– View CPU windowcs
– View Call Stackclose
– Close executablecalc expression
– Estimate expression
b bp bpx bpd bc brk
bp address,string
– Break with conditionbpx string
– Break on all callsbpd string
– Delete break on all callsbc address
– Delete breakpointbrk
– View Breakpoints window
m mr mw md mod mem mac
mr address,[expression]
– Memory breakpt on accessmw address,[expression]
– Memory breakpt on writemd
– Remove memory breakpointmod
– View Modules windowmem
– View Memory windowmac string
– Execute Macro Command
来源:CSDN
作者:xf_5505
链接:https://blog.csdn.net/qq_38232378/article/details/103756810