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

networkx throw exception #617

Closed
HongThatCong opened this issue Jan 10, 2023 · 3 comments · Fixed by #627
Closed

networkx throw exception #617

HongThatCong opened this issue Jan 10, 2023 · 3 comments · Fixed by #627

Comments

@HongThatCong
Copy link

In source file: \floss\floss\features\extract.py
Function def extract_function_loop(f)
Sometime bva variable is None, so networkx throw "None can not add as ...."
I temporarily fixed it as shown below

image

Please investigate and fix this error

@mr-tz
Copy link
Collaborator

mr-tz commented Jan 12, 2023

Can you share an example binary to test with? We can safeguard it here, but there's likely a bug elsewhere, potentially in vivisect.

@HongThatCong
Copy link
Author

Tks Moritz for reply
This attached file is a unpacked exe of a Themida protect sample
It can not run, but can analyze in IDA
unpacked_HelpPane.exe.bin.gz

@mr-tz
Copy link
Collaborator

mr-tz commented Feb 9, 2023

Oh, wow, sorry I didn't get a notification for your reply. I will take a look.

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

Successfully merging a pull request may close this issue.

3 participants