行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2022-09-29 10: 50: 22
You can define a keyboard macro to automate frequent keystroke sequences.They are defined in the same manner as in the Borland IDE:
-Press Alt--
-Press-macro name
-Enter macro body
-Press Alt-=
All macros are lost when you exit IDA.If you want to have a static macro which is not lost when you quit IDA,then write it down into IDATUI.CFG file.The format of a macro definition is explained here.
NOTE:keyboard macros are available only in the text version of IDA.
中文翻译如下:
您可以定义一个键盘宏来自动执行频繁的按键序列。它们的定义方式与Borland IDE相同:
-按Alt--
-按-宏名称
-输入宏正文
-按Alt-=
所有宏都会在退出IDA时丢失。如果您想拥有一个静态的宏,在退出IDA时不会丢失,则将其写入IDAUI.CFG文件中。宏定义的格式在此处解释。
注意:键盘宏仅在IDA的文本版本中可用。
展开阅读全文
︾
读者也喜欢这些内容:
IDA Pro查看内部标志(View Internal Flags)
...
阅读全文 >
ida pro和ollydbg优缺点 ida pro多少钱
IDA Pro和OllyDbg是两种比较常用的反汇编和调试工具,它们在逆向工程和漏洞挖掘等领域有着广泛的应用。很多朋友会好奇它们的优缺点。在本文中,我们将为大家详细分享IDA Pro和OllyDbg的优缺点,并回答ida pro多少钱的问题。...
阅读全文 >
IDA pro加载调试信息文件(Load debug information file)
...
阅读全文 >
反编译出来的代码能用吗 反编译的代码怎么运行
在进行二进制代码分析和逆向工程时,反编译器是一个非常常用的工具。反编译器可以将二进制代码转换为高级语言代码,例如C语言。但是,反编译出来的代码能否直接使用呢?本文将探讨这个问题,并介绍反编译的代码怎么运行。...
阅读全文 >