行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-11 17: 12: 12
Some EXE files are built with overlays.This means that the whole file is not loaded into the memory at the start of the program,but only a part of it.Other parts are loaded by the program itself into the dynamic memory or over some subroutines of the program.This fact leads to many difficulties when you disassemble such a program.
Currently,IDA knows about overlays created by Borland and Microsoft C and Pascal compilers.
中文翻译如下:
一些EXE文件是用覆盖构建的。
这意味着整个文件是开始时未加载到内存中程序,但只是其中的一部分。其他部分由程序本身加载进入动态内存或一些程序的子程序。这个事实导致很多困难,当你反汇编这样的程序。
目前,IDA知道由Borland和Microsoft C创建的覆盖和Pascal编译器。
展开阅读全文
︾
读者也喜欢这些内容:
ida lumina是什么?ida lumina的应用场景有哪些?
在软件开发和逆向工程领域,IDA Pro是一个广为人知的工具,用于反编译和分析二进制文件。而IDA Lumina是IDA Pro中的一个新功能,专注于提高反编译和分析的效率。那么,IDA Lumina具体是什么?它有哪些应用场景?本文将详细解答这些问题,并介绍IDA的不同版本。...
阅读全文 >
IDA Pro杂项选项(Miscellanous Options)
...
阅读全文 >
IDA Pro清除痕迹(Clear trace)
...
阅读全文 >
IDA Pro手动内存区域(Manual memory regions)
...
阅读全文 >