tmxklab
IDA plugin & hotkey 본문
1) Hot key
[IDA] 자주쓰는 IDA 단축키
<자주 쓰는 IDA 단축키> d : 자료형 변환 --> d 를 누를때마다 byte -> word -> dword -> qword 순으로 자료형이변경된다. a : 문자열 변환 --> 데이터를 문자열 형식으로 변환한다. c : 코드 변환 --> 데이터를..
1nzag.tistory.com
2) plugin
onethawt/idaplugins-list
A list of IDA Plugins. Contribute to onethawt/idaplugins-list development by creating an account on GitHub.
github.com
'Security > etc' 카테고리의 다른 글
Malware Analysis tool 관련 (0) | 2021.04.21 |
---|---|
유용한 툴 (0) | 2021.03.31 |
Thread Debugging(feat. x64dbg) (0) | 2021.01.06 |
ARM 크로스 컴파일 및 디버깅(qemu) (0) | 2020.12.17 |
[x64dbg] 파라미터 주고 실행하기 (0) | 2020.10.28 |
Comments