当前位置:网站首页>Common shortcut keys in IDA
Common shortcut keys in IDA
2022-07-07 10:27:00 【015646】
ALT+T: Search string ( Text search )
ALT+B: Search for opcode( binary data ), Search for 16 Base number
ALT+L: Mark (Lable)
ALT+M: Set the label (mark)
Space bar : The Disassembly window switches between text and graphics
F9: Dynamic debugging program
F5: Reverse a function ( Generate C Pseudo code )
Shift+F5: Open the signature window
g: Search for addresses or symbols
A: Convert the selected information into ASCII( Convert to a more readable string )
X(ctrl+X): Cross reference , Be similar to OD Stack backtracking in
N: rename
A semicolon : notes
D: Defining data
P: Create a function
T: Resolve structure offset
ALT+G: Convert local variables to structures
ALT+Enter: Jump to a new window
M: Convert to enum type constant
Y: Set variable type
H: transformation 16 Base number
边栏推荐
- 使用U2-Net深层网络实现——证件照生成程序
- How to cancel automatic saving of changes in sqlyog database
- Socket通信原理和实践
- IPv4套接字地址结构
- 基于gis三维可视化技术的智慧城市建设
- Mongodb creates an implicit database as an exercise
- Chris Lattner, père de llvm: Pourquoi reconstruire le logiciel d'infrastructure ai
- BigDecimal value comparison
- C logging method
- The Hal library is configured with a general timer Tim to trigger ADC sampling, and then DMA is moved to the memory space.
猜你喜欢
随机推荐
The Hal library is configured with a general timer Tim to trigger ADC sampling, and then DMA is moved to the memory space.
[higherhrnet] higherhrnet detailed heat map regression code of higherhrnet
Fiddler break point
Postman interface test II
Chris LATTNER, the father of llvm: why should we rebuild AI infrastructure software
Study summary of postgraduate entrance examination in August
1324:【例6.6】整数区间
小程序跳转H5,配置业务域名经验教程
Programming features of ISP, IAP, ICP, JTAG and SWD
使用U2-Net深层网络实现——证件照生成程序
Kotlin实现微信界面切换(Fragment练习)
搭建物联网硬件通信技术几种方案
求最大公约数与最小公倍数(C语言)
【acwing】789. 数的范围(二分基础)
fiddler-AutoResponder
Postman interface test V
深入分析ERC-4907协议的主要内容,思考此协议对NFT市场流动性意义!
Hdu-2196 tree DP learning notes
Postman interface test VI
This article explains the complex relationship between MCU, arm, muc, DSP, FPGA and embedded system









