> For the complete documentation index, see [llms.txt](https://gitbook.youngseaz.com/notes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.youngseaz.com/notes/00-wang-luo-an-quan/an-quan-gong-ju/ida/ida-chang-yong-kuai-jie-jian.md).

# IDA常用快捷键

## 静态分析快捷键

| 快捷键        | 功能                                                          |
| ---------- | ----------------------------------------------------------- |
| alt + t    | 查找字符串                                                       |
| ctrl + t   | 寻找下一个                                                       |
| alt + b    | 查找十六进制                                                      |
| alt + f7   | 运行Python脚本或者IDC脚本                                           |
| shift + f5 | 插入签名文件，二进制文件去除函数符号时可用这个。                                    |
| f5         | 显示伪代码                                                       |
| A          | 将汇编代码中选中的整数显示为ASCII码， 如 mov eax 61h ,鼠标选中32h再按下A键，32h显示为'a' |
| D          | 改变数据长度                                                      |
| G          | 调到指定地址                                                      |
| X          | 显示函数的交叉引用                                                   |
| tab        | 汇编代码与伪代码视图切换，将对应的汇编代码和伪代码互相切换                               |

## 动态分析快捷键

| 快捷键            | 功能        |
| -------------- | --------- |
| CTRL + ALT + B | 打开断点列表    |
| CTRL + F7      | 运行到函数返回地址 |
| F7             | 单步步入      |
| F8             | 单步步过      |
| F4             | 运行到光标处    |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://gitbook.youngseaz.com/notes/00-wang-luo-an-quan/an-quan-gong-ju/ida/ida-chang-yong-kuai-jie-jian.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
