当前位置:网站首页>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进制
边栏推荐
- IPv4 socket address structure
- P2788 数学1(math1)- 加减算式
- ES6中的函數進階學習
- Programming features of ISP, IAP, ICP, JTAG and SWD
- 0x0fa23729 (vcruntime140d.dll) (in classes and objects - encapsulation.Exe) exception thrown (resolved)
- ORM model -- associated fields, abstract model classes
- Yarn的基础介绍以及job的提交流程
- Multisim--软件相关使用技巧
- Postman interface test III
- Postman interface test VI
猜你喜欢
求方程ax^2+bx+c=0的根(C语言)
求最大公约数与最小公倍数(C语言)
字符串格式化
ArcGIS operation: batch modify attribute table
Adb 实用命令(网络包、日志、调优相关)
Several schemes of building hardware communication technology of Internet of things
Smart city construction based on GIS 3D visualization technology
Weekly recommended short videos: what are the functions of L2 that we often use in daily life?
Prototype object in ES6
STM32中AHB总线_APB2总线_APB1总线这些是什么
随机推荐
555电路详解
php \n 换行无法输出
IO模型复习
BigDecimal数值比较
【acwing】789. 数的范围(二分基础)
fiddler-AutoResponder
Yarn的基础介绍以及job的提交流程
基于gis三维可视化技术的智慧城市建设
ORM -- grouping query, aggregation query, query set queryset object properties
.NET配置系统
Smart city construction based on GIS 3D visualization technology
The Hal library is configured with a general timer Tim to trigger ADC sampling, and then DMA is moved to the memory space.
Remote meter reading, switching on and off operation command
Factorial implementation of large integer classes
【剑指Offer】42. 栈的压入、弹出序列
移动端通过设置rem使页面内容及字体大小自动调整
STM32产品介绍
LeetCode 练习——113. 路径总和 II
Appx代碼簽名指南
对word2vec的一些浅层理解