-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unable to load: radare_core.py: ValueError: invalid literal for int() with base 10 #25
Comments
Hi, Most probably the issue is a compatibility problem as Bokken 1.8 ONLY works with radare2 0.9.9 and you are using radare2 0.10.1 :/ Next Bokken release will work with the latest radare2 version. To be sure that is not a bokken problem I would need the binary you are using; can you share it or is it private? |
It is definitely a new output of radare2-0.10.1 (the suspected commit is radareorg/radare2#3249) since it was working fine with the previous version. The issue is reproducible with any binary. I loaded a random /bin/more and got the same error message. Let me know if you need it (42832 bytes) |
Great, thanks for the info! It will be fixed in the next release. In the meantime... I'm afraid Bokken 1.8 will only work with r2 0.9.9 :/ |
Please share a link to a patch once it's ready so I could backport it to 1.8. It might take months for you to release a new version but the patch should be trivial. Thanks a lot |
lol Hopefully it will not be months, but I'll share the patch :) |
I am getting the same issue, File "/home/platform/Temporary/tmp_packages/radare/bokken-1.8/ui/radare_core.py", line 469, in get_full_file_info is this issue fixed and merged already? Will it be possible to get the patch |
Same here, also radare2-0.10.1, no patch?
|
I fixed this issue with the following hack to ui/radare_core.py (for those who want to use it until a real fix is included). Basically the issue stems from the radare command This snippet hacks the parser to use the new format.
|
I hate to be right but it's been 4 months and counting. Please fix it. |
Hi, I'm unable to decompile an intel 64 binary. The error is below:
bokken-1.8
radare2-0.10.1 (with capstone-3.0.4)
The text was updated successfully, but these errors were encountered: