You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We started working on RISC-V 64-bit, but it is only somewhat supported currently.
The most major issue is that both architectures cannot be registered on the ELF machine type at the same type, due to a limitation of the current BN api (see Vector35/binaryninja-api#1553)
orthogonally, we need to go through all the RV64 specific instructions and make sure they are lifted correctly.
The text was updated successfully, but these errors were encountered:
We started working on RISC-V 64-bit, but it is only somewhat supported currently.
The most major issue is that both architectures cannot be registered on the ELF machine type at the same type, due to a limitation of the current BN api (see Vector35/binaryninja-api#1553)
orthogonally, we need to go through all the RV64 specific instructions and make sure they are lifted correctly.
The text was updated successfully, but these errors were encountered: