Some ISA Arch's instruction bounary not divided by Byte #5073
Replies: 1 comment
-
Yes, this is a known deficiency. We hope to address this at some point but its not on the immediate roadmap. I just created this issue to track this: #5174 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In recently , I reverse engineering a vmp protected android app.
I found the vmp one instruction opcode and operand is 6bit length, and so the vmp instruction length is 6bit * N
I read the binary ninja arch manual : https://github.com/Vector35/Z80
It seems now BN only support byte boundary instruction analysis, like arm64 (4 byte), and amd64(up to 15 bytes)
How can I do to resolve this problem ?
Beta Was this translation helpful? Give feedback.
All reactions