行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-12 14: 35: 07
If "create imports section" in the file loading dialog is checked, IDA will convert .idata section definitions to "extrn" directives and truncate it so it will not contain empty lines.
Unfortunately, sometimes there is some additional data in .idata section so you'll need to disable this feature if some information is not loaded into the database.
IDA tries to detect additional data in .idata section automatically.
If you disable conversion of .idata section to a segment with "extrn" directives, you will see
somename dd ?
instead of
extrn somename directives.
Another impact is that the .idata segment will not be truncated in any way.
中文翻译如下:
如果选中文件加载对话框中的创建导入部分,
IDA 会将 .idata 段定义转换为 extrn
指令并将其截断,使其不包含空行。
不幸的是,有时 .idata 中会有一些额外的数据
部分,所以如果某些信息是您需要禁用此功能
没有加载到数据库中。
IDA 尝试自动检测 .idata 部分中的其他数据。
如果您禁止将 .idata 部分转换为带有 extrn 的段
指令,你会看到
名字 dd ?
代替
外部名称
指令。
另一个影响是 .idata 段不会以任何方式被截断。
展开阅读全文
︾
读者也喜欢这些内容:
ida lumina是什么?ida lumina的应用场景有哪些?
在软件开发和逆向工程领域,IDA Pro是一个广为人知的工具,用于反编译和分析二进制文件。而IDA Lumina是IDA Pro中的一个新功能,专注于提高反编译和分析的效率。那么,IDA Lumina具体是什么?它有哪些应用场景?本文将详细解答这些问题,并介绍IDA的不同版本。...
阅读全文 >
静态分析是什么意思 IDA如何进行静态分析
静态分析,作为计算机科学和软件工程领域的一项重要技术,扮演着关键的角色。它涉及对程序代码、二进制文件或其他软件实体的静态检查,以便在运行时之前发现潜在问题。...
阅读全文 >
IDA是什么软件 IDA的基本用法是什么样的
在当今数字化的时代,软件技术的发展日新月异,反汇编和反编译成为了软件领域中不可或缺的一部分。在众多的反汇编和反编译工具中,IDA(Interactive DisAssembler)以其卓越的功能和灵活性而脱颖而出。本文将深入探讨IDA是什么软件,IDA的基本用法是什么样的,以及它对企业的价值和影响。...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >