We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d12ef8 commit 1648259Copy full SHA for 1648259
content/编程相关/IDA 入门使用笔记.md
@@ -0,0 +1,38 @@
1
+---
2
+created: "2025-12-21"
3
+updated: "2025-12-21"
4
5
+不会写全。
6
+
7
+## 视图操作
8
9
+View-A 按空格可以切换流程图和汇编视图.
10
11
+Imports 视图可以看导入表,Exports 可以看导出表.
12
13
+Structures 存储了结构体.
14
15
+## View-A 的操作
16
17
+a 使用字符串来显示数据.
18
19
+d 使用字节来显示数据.
20
21
+c 使用代码来显示数据.
22
23
+u 标记为 undefined.
24
25
+g 进行跳转
26
27
+alt t 进行搜索
28
29
+n 标注名字.
30
31
+`;` 可以进行注释.
32
33
+## Structures 操作
34
35
+对结构体按 d 添加字段.
36
37
+alt q 可以定义类型为已知的结构体类型
38
0 commit comments