-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failure when saving signatures with Rizzo #19
Comments
You shouldn’t be missing any libraries as all the scripts are self contained. Any chance you could attach the ELF in question or give me a link to it? I’ll look into it tonight (or more likely) early next week |
Sure enough, thanks a lot for having a look. |
A thought just crossed my head : Could the issue be related to this ? |
It could. I’ll include it in my testing, thanks. |
@CreepNT I did some digging into the problem. I think it stems from a bad function in the Ghidra-EmotionEngine project, and put a ticket in for them to fix it (if it is actually a problem) here. In the mean time I made a fix to Rizzo that will allow you to use it as is. It shouldn't be a problem unless they fix the ticket I submitted, at that point you will probably need to regenerate your Rizzo signatures. |
Just tried the updated version and it worked perfectly. |
No problem, thanks for letting me know |
When trying to save signatures from a PS2 ELF, located in a shared project, the script appears to run for a while then crashes with the following error :
As I would expect, no signature files are exported after this crash.
Ghidra Version : 9.2.2
Scripts located in
C:\Users\CreepNT\ghidra_scripts
Any idea what could be cause this failure ? Maybe I'm missing a library ?
The text was updated successfully, but these errors were encountered: