We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried using sqlelf to analyze a RISC-V ELF binary but got this error:
Unknown machine type for <my RISC-V ELF file>
I then realized that x86_64 is the only architecure supported.
Is there a plan to support RISC-V ELF binaries in the future?
The text was updated successfully, but these errors were encountered:
There's a flag to disable eager loading some tables. If you turn off the instructions table; it should give you the rest OK.
I believe capstone supports RISC-V so it should be a straightforward improvement. Want to give it a crack?
Sorry, something went wrong.
I have just started learning RISC-V, but I'll give it a go.
No branches or pull requests
I tried using sqlelf to analyze a RISC-V ELF binary but got this error:
I then realized that x86_64 is the only architecure supported.
Is there a plan to support RISC-V ELF binaries in the future?
The text was updated successfully, but these errors were encountered: