行业解决方案查看所有行业解决方案
IDA 用于解决软件行业的关键问题。
发布时间:2023-04-12 13: 42: 06
If a byte has relocation information attached to it, then the value of this byte is changed when the file is loaded into the memory by the system loader or linker. Therefore, it doesn't make much sense (and sometimes it is simply illegal) to modify the byte.
We recommend to return the original value of the byte(s).
You can see the relocation information attached to an item by using the show internal flags command.
中文翻译:
如果一个字节附有重定位信息,则
该字节的值在文件加载到
系统加载器或链接器的内存。
因此,它没有多大意义(有时甚至是非法的)
修改字节。
我们建议返回字节的原始值。
您可以使用
显示内部标志命令。
展开阅读全文
︾
读者也喜欢这些内容:
ida怎么查看伪代码 ida伪代码能直接修改吗
IDA被广泛应用于反汇编和分析程序代码。不仅支持多种文件格式的分析,还可以生成伪代码。对于许多使用IDA的用户而言,了解“ida怎么查看伪代码 ida伪代码能直接修改吗”是一个重要内容。本文将着重介绍,帮助您掌握IDA在伪代码查看和修改方面的功能。...
阅读全文 >
利用插件为IDA设置不同主题
在上一节《IDA颜色相关的配置及其导入导出》中,我们主要了解如何在IDA中进行颜色的设置,以让我们选择更适合自己使用的颜色配色。在本文中我将继续以此为目的,讲解如何通过插件的形式,为IDA软件设置不同的主题。...
阅读全文 >
IDA Pro 键盘快捷键(Shortcut keys)
...
阅读全文 >
IDA Pro断点条件(Breakpoint conditions)
...
阅读全文 >