行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-23 15: 38: 31
This submenu allows you to patch the image of the input file.More precisely,IDA never modifies the input file.The image of the input file which was loaded to the database will be modified.
You can modify the image of the input file:
-change a byte
-change a word
-enter an assembler instruction(only for IBM PC)
IDA will display the original value,the current value and file offset.If the file offset is equal to 0xFFFFFFFF then the current byte comes from a compressed page(LX/LE/NE iterated pages,for example)and/or it is not possible to tell the file position.
You can create a difference file and use an external tool to apply the patches or you can apply the patches directly to the file using IDA.
The following commands are availabe:
Patch byte or word
Assemble...
Apply patches to input file...
以下为中文翻译:
此子菜单允许您修补输入文件的图像。更确切地说,IDA从不修改输入文件。加载到数据库的输入文件的映像将被修改。您可以修改输入文件的图像:-更改字节-更改单词-输入汇编指令(仅适用于IBM PC)
IDA将显示原始值,当前值和文件偏移量。如果文件偏移量等于0xFFFFFFFF,则当前字节来自压缩页面(例如,LX/LE/NE迭代页面)和/或无法判断文件位置。
您可以创建一个差异文件并使用外部工具应用补丁,也可以使用
IDA将补丁直接应用到文件。
以下命令可用:
补丁字节或单词汇编。。。将修补程序应用于输入文件。。。
展开阅读全文
︾