ida.i
来自「The sources of IDAPython, a plugin for I」· I 代码 · 共 14 行
I
14 行
// Ignore kernel-only symbols
%ignore dual_text_options_t;
%ignore init;
%ignore retrieve;
%ignore read;
%ignore write;
// Make idainfo::get_proc_name() work
%cstring_bounded_output(char *buf, 8);
%include "ida.hpp"
%clear(char *buf);
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?