BaFeng1Pi 发表于 2024-1-12 20:57

IDA 的这个提示信息是什么原因,求解决方法

我在逆向一个DLL文件时,出现了这个提示信息:

The decompiler assumes that the segment '.rdata' is read-only because of its NAME.
All data references to the segment will be replaced by constant values.
This may lead to drastic changes in the decompiler output.
If the segment is not read-only, please change the segment NAME.

In general, the decompiler checks the segment permissions, class, and name
to determine if it is read-only.

出来的 C++代码存在变量没有被赋值的情况,求解据的思路和方法.谢谢
页: [1]
查看完整版本: IDA 的这个提示信息是什么原因,求解决方法