달력

5

« 2024/5 »

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
2010. 2. 6. 15:21

OllyDBG 단축키 자료실2010. 2. 6. 15:21


Ctrl+F2  프로그램 재실행  
Alt+F2  프로그램 닫기  
F3  새 프로그램 열기  
F5  활성화 되어 있는 윈도우 최대화, 혹은 원복  
Alt+F5  olly 디버거 윈도우를 항상 위로  
F7  Step into (함수 진입)  
Ctrl+F7  Animate into (entering functions)  
F8  Step over (executing function calls at once)  
Ctrl+F8  Animate over (executing function calls at once)  
F9  실행  
Shift+F9  Pass exception to standard handler and run  
Ctrl+F9  Execute till return  
Alt+F9  Execute till user code  
Ctrl+F11  Trace into  
F12  Pause  
Ctrl+F12  Trace over  
Alt+B  Open Breakpoints window  
Alt+C  Open CPU window  
Alt+E  Open Modules window  
Alt+L  Open Log window  
Alt+M  Open Memory window  
Alt+O  Open Options dialog  
Ctrl+T  Set condition to pause Run trace  
Alt+X  Close OllyDbg  
F2  Toggle breakpoint  
Shift+F2  Set conditional breakpoint  
F4  Run to selection  
Alt+F7  Go to previous reference  
Alt+F8  Go to next reference  
Ctrl+A  Analyse code  
Ctrl+B  Start binary search  
Ctrl+C  Copy selection to clipboard  
Ctrl+E  Edit selection in binary format  
Ctrl+F  Search for a command  
Ctrl+G  Follow expression  
Ctrl+J  Show list of jumps to selected line  
Ctrl+K  View call tree  
Ctrl+L  Repeat last search  
Ctrl+N  Open list of labels (names)  
Ctrl+O  Scan object files  
Ctrl+R  Find references to selected command  
Ctrl+S  Search for a sequence of commands  
Asterisk (*)  Origin  
Enter  Follow jump or call  
Plus (+)  Go to next location/next run trace item  
Minus (-)  Go to previous location/previous run trace item  
Space ( )  Assemble  
Colon (:)  Add label  
Semicolon (;)  Add comment  
ctrl+위, 아래 화살표키  디스어셈블 위치 지정
:
Posted by 해토머리