Skip to content
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

AttributeError: Can't get attribute 'RizzoSignatures' #56

Open
IlNevioIl opened this issue May 5, 2024 · 0 comments
Open

AttributeError: Can't get attribute 'RizzoSignatures' #56

IlNevioIl opened this issue May 5, 2024 · 0 comments

Comments

@IlNevioIl
Copy link

Hello, Im using ida pro 7.7. I used the install.py script and it works fine, however when I try to load a .riz, I get this error log:

Applying Rizzo signatures, this may take a few minutes...
Generated 12802 formal signatures and 7800 fuzzy signatures for 19384 functions in 24.65 seconds.
Loading signatures from C:\Users***\Desktop\myfile.riz... Traceback (most recent call last):
File "F:/ida77/ida77/IDAPro7.7/plugins/rizzo.py", line 535, in activate
rizzo_load()
File "F:/ida77/ida77/IDAPro7.7/plugins/rizzo.py", line 515, in rizzo_load
RizzoApply(fname)
File "F:/ida77/ida77/IDAPro7.7/plugins/rizzo.py", line 498, in RizzoApply
s = r.load()
^^^^^^^^
File "F:/ida77/ida77/IDAPro7.7/plugins/rizzo.py", line 163, in load
sigs = pickle.load(fp)
^^^^^^^^^^^^^^^
AttributeError: Can't get attribute 'RizzoSignatures' on <module 'main' (built-in)>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant