当前位置:网站首页>IDA中常见快捷键
IDA中常见快捷键
2022-07-07 08:17:00 【015646】
ALT+T:搜索字符串(文本搜索)
ALT+B:搜索opcode(二进制数据),搜索16进制
ALT+L:标记(Lable)
ALT+M:设置标签(mark)
空格键:反汇编窗口切换文本跟图形
F9:动态调试程序
F5:将一个函数逆向出来(生成C伪代码)
Shift+F5:打开签名窗口
g:搜索地址或者符号
A:将选择的信息转换成ASCII(转换成可读性更强的字符串)
X(ctrl+X):交叉引用,类似于OD中的栈回溯操作
N:重命名
分号:注释
D:定义数据
P:创建函数
T:解析结构体偏移
ALT+G:转换局部变量为结构体
ALT+Enter:跳转到新的窗口
M:转换为枚举类型常量
Y:设置变量类型
H:转换16进制
边栏推荐
- STM32 ADC和DMA
- 【acwing】786. 第k个数
- Experience sharing of software designers preparing for exams
- Use the fetch statement to obtain the repetition of the last row of cursor data
- 移动端通过设置rem使页面内容及字体大小自动调整
- 大整数类实现阶乘
- Study summary of postgraduate entrance examination in October
- The Hal library is configured with a general timer Tim to trigger ADC sampling, and then DMA is moved to the memory space.
- Easyexcel read write simple to use
- 浅谈日志中的返回格式封装格式处理,异常处理
猜你喜欢
Several schemes of building hardware communication technology of Internet of things
Review of the losers in the postgraduate entrance examination
OpenGL glLightfv 函数的应用以及光源的相关知识
Socket通信原理和实践
Use the fetch statement to obtain the repetition of the last row of cursor data
ORM model -- creation and query of data records
JMeter loop controller and CSV data file settings are used together
STM32 Basics - memory mapping
【acwing】789. Range of numbers (binary basis)
求最大公约数与最小公倍数(C语言)
随机推荐
ORM -- logical relation and & or; Sort operation, update record operation, delete record operation
Download Text, pictures and ab packages used by unitywebrequest Foundation
Apprentissage avancé des fonctions en es6
ArcGIS operation: converting DWG data to SHP data
Why is the reflection efficiency low?
ArcGIS operation: batch modify attribute table
SolidWorks工程图中添加中心线和中心符号线的办法
[learning notes - Li Hongyi] Gan (generation of confrontation network) full series (I)
2022.7.5DAY597
【acwing】786. 第k个数
嵌入式工程师如何提高工作效率
【剑指Offer】42. 栈的压入、弹出序列
【acwing】789. 数的范围(二分基础)
根据设备信息进行页面跳转至移动端页面或者PC端页面
Serial communication relay Modbus communication host computer debugging software tool project development case
搭建物联网硬件通信技术几种方案
Use the fetch statement to obtain the repetition of the last row of cursor data
JMeter about setting thread group and time
JMeter loop controller and CSV data file settings are used together
对存储过程进行加密和解密(SQL 2008/SQL 2012)