行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-12 13: 37: 45
Below is the description of dialog box fields:
Load segment - The paragraph where the file will be loaded.
Load offset - Specifies offset of the first byte from the start of
the first segment. For example, if load offset=0x2700
and load segment=0x1000, the first byte of the file will
be at 1000:2700, or in linear addressing, 0x12700.
File offset - Offset in the input file to load bytes from.
Number of bytes - Number of bytes to load from the file.
0 means load as many as possible.
Create segments - If not checked, IDA does not create segments.
Code segment - If checked, IDA creates a code segment.
relevant for processors which have different
code/data segment addressing schemes (for
example, Atmel AVR).
中文翻译:
下面是对话框字段的说明:
加载段 - 将加载文件的段落。
加载偏移量 - 指定第一个字节从开始的偏移量
第一部分。例如,如果加载偏移量=0x2700
并加载段=0x1000,文件的第一个字节将
位于 1000:2700,或线性寻址,0x12700。
文件偏移量 - 输入文件中的偏移量以从中加载字节。
字节数 - 要从文件加载的字节数。
0 表示尽可能多地加载。
创建段 - 如果未选中,IDA 不会创建段。
代码段 - 如果选中,IDA 会创建一个代码段。
与具有不同的处理器相关
代码/数据段寻址方案(用于
例如,Atmel AVR)。
展开阅读全文
︾