行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-18 15: 49: 38
Action name: ProduceExe
Enter a file name for the new executable file. Usually this command is used after patching (see commands Patch byte and Patch word) to obtain a patched version of the file.
IDA produces executable files only for:
- MS DOS .exe
- MS DOS .com
- MS DOS .drv
- MS DOS .sys
- general binary
- Intel Hex Object Format
- MOS Technology Hex Object Format
For other file formats please create a difference file.
NOTE: only Patch byte/word commands affect the executable file contents, other commands (including User-Specified String for the #th Operand) will not affect the content of the disassembled file.
EXE files: Output files will have the same EXE-header and relocation table as the input file. IDA will fill unused ranges of the EXE file (e.g. between relocation table and loadable pages) with zeroes.
See also
File|Produce output file submenu,
Edit|Patch core submenu.
中文翻译:
操作名称: ProduceExe
输入新的可执行文件的文件名。通常此命令在打补丁后使用(参见命令 Patch byte 和 Patch word)以获得文件的补丁版本。
IDA 仅为以下项目生成可执行文件: - MS DOS .exe - MS DOS .com - MS DOS。 drv
- MS DOS .sys - general binary - Intel Hex Object Format - MOS Technology Hex Object Format
对于其他文件格式,请创建一个差异文件。
注意:只有补丁字节/字命令会影响可执行文件的内容,其他命令(包括用户指定的第#操作数的字符串)不会影响反汇编文件的内容。
EXE 文件:输出文件将具有与输入文件相同的 EXE 标头和重定位表。 IDA 将用零填充 EXE 文件的未使用范围(例如
重定位表和可加载页面之间)。
也可以看看
文件|生成输出文件子菜单,
编辑|修补核心子菜单。
展开阅读全文
︾
读者也喜欢这些内容:
ida怎么修改汇编语言 ida修改后怎么保存
在当今数字化时代,汇编语言作为底层的编程语言,具有无可比拟的重要性。而在逆向工程领域,IDA作为一款卓越的工具,为我们提供了修改汇编语言的能力,极大地拓展了我们的技术边界。本文将深入研究ida怎么修改汇编语言,ida修改后怎么保存的内容。...
阅读全文 >
IDA pro在反汇编中搜索子字符串(Search for substring in the disassembly)
...
阅读全文 >
IDA pro创建常规注释(Create a regular comment)
...
阅读全文 >
IDA pro撤消操作(Undo an action)
...
阅读全文 >