admin 管理员组文章数量: 1086019
I've just installed Ghidra
and tried to debug a sample program to get a taste of it. I've installed Python 3.12 and the redistributed site-packages with it (from \Ghidra\Debug\Debugger-agent-dbgeng\pypkg\dist
). So far, everything is OK. However, when I launch the executable with dbgeng
, it says boolean com.google.protobuf.GeneratedMessageV3.isStringEmpty(java.lang.Object)
on the Debug Console, and fails. I have done a little bit of search on the internet. Some say it is due to an old version of protobuf
(it is very likely), and I am not a Java guy. So, I don't know how to install the new version of the library.
I've just installed Ghidra
and tried to debug a sample program to get a taste of it. I've installed Python 3.12 and the redistributed site-packages with it (from \Ghidra\Debug\Debugger-agent-dbgeng\pypkg\dist
). So far, everything is OK. However, when I launch the executable with dbgeng
, it says boolean com.google.protobuf.GeneratedMessageV3.isStringEmpty(java.lang.Object)
on the Debug Console, and fails. I have done a little bit of search on the internet. Some say it is due to an old version of protobuf
(it is very likely), and I am not a Java guy. So, I don't know how to install the new version of the library.
1 Answer
Reset to default 0After hours of trial and error, I've resolved the problem by deleting the MachineLearning
extension (I had installed it before beginning to try debugging). Apparently, the extension comes with an older version of protobuf-java
library, specifically the version 3.17.3
, and the Ghidra loads this version, not the newer version 3.21.8
that comes bundled with it.
本文标签: javaGhidraProtobuf Issue when Debugging on WindowsStack Overflow
版权声明:本文标题:java - Ghidra - Protobuf Issue when Debugging on Windows - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.roclinux.cn/p/1744081231a2530284.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论