-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Error message #4
Comments
Got the same 'NoneType' object has no attribute 'setComment' error for the binwalk extension |
Got the same error. Running Ghidra 9.1 |
Same here with Ghidra 9.1.2. The error come from a bad conversion from physical address to logical address : yara returns a physical address in the binary, while you need the logical address to add bookmark and comment. The conversion here |
I have opened a ticket to check with Ghidra devs if there is a way to do that NationalSecurityAgency/ghidra#2067 |
Same issue on Ghidra 9.2
It works if I change currentProgram.getListing().setComment(gaddr, CodeUnit.EOL_COMMENT, text) |
Hi
if I try to run the binwalk or the yara script I receive the following message in the console:
The text was updated successfully, but these errors were encountered: