Reversing
IDA 단축키 정리
Tribal
2017. 11. 17. 10:22
단축키
단축키 |
설명 |
X |
Xross Reference, 현재 커서가 가리키는 것을 역참조 |
N |
Rename |
A | Convert to ascii type |
R | Convert to char type |
H | Convert to hex type |
D | Convert to dword type |
U |
어셈블리어 빻을 수 있음 |
P |
함수 재지정, U와 같이 사용하면 유용 |
E | Set current cursor address to current function's end address |
Y | 자료형 타입 재지정 |
Crtl + 1 |
Quick View |
Shift + F12 |
문자열 보기 |
Alt + A |
문자열 인코딩 Edit, U랑 같이 하면 Ascii -> Unicode로 Edit하기 편함 |
Alt + B |
바이너리 검색, xref 안 될 때, 해당 주소를 검색하면 좋음 |
Alt + P |
Edit function, It can edit function's start and end address |
Alt + Y | Union 타입 자료형 지정 |
Alt + Q | Redefined Structure, Y로 구조체 안 만들어질 때, 사용하면 됨 |