Replies: 3 comments 2 replies
-
This is user error. As shown in the error output, you are attempting to assign |
Beta Was this translation helpful? Give feedback.
-
Any modify to this java file will lead to same error, even using the basic editor. Seems it is a osgi error.
Didn't you report this error when you were modifying this file?
…---Original---
From: "Andrew ***@***.***>
Date: Tue, Apr 29, 2025 00:12 AM
To: ***@***.***>;
Cc: ***@***.******@***.***>;
Subject: Re: [NationalSecurityAgency/ghidra] Can not modify java script (Issue#8047)
astrelsky left a comment (NationalSecurityAgency/ghidra#8047)
This is user error. As shown in the error output, you are attempting to assign ghidra.program.model.listing.Function to java.util.function.Function. I'm assuming whatever IDE you used when making changes added the java.util.function.Function import automatically. Remove the import if that is the case.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
This is different. It can't find the class here because it failed to compile the class due to the previously mentioned programming error. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have modified Ghidra/Ghidra/Features/Decompiler/ghidra_scripts/classrecovery/RTTIGccClassRecoverer.java
But after modifying, there is an error while executing RecoverClassesFromRTTIScript script:
LOG
Is there any way to edit it? I have tried that delete ~/.local/ghidra folder which contains osgi folder.
Beta Was this translation helpful? Give feedback.
All reactions