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

Hexagon adapter and small additions #22

Merged
merged 23 commits into from
Apr 10, 2024
Merged

Conversation

Rot127
Copy link
Member

@Rot127 Rot127 commented Oct 27, 2023

No description provided.

@Rot127 Rot127 marked this pull request as ready for review November 13, 2023 19:45
This is necessary if architectures need the context they
are embedded in.
Context means: Instruction word +- x bytes.
For Hexagon the disassembly and IL steps are incorrect,
if the context is not the same every time and differs
from the actual binary.
Because instructions disassemble differently depending on
their neighbors.
If the neighbor instruction of a packet indicated the
start of it, and during the IL step execution this
neighboring instructions is no longer the same,
the interpretation is different and the IL step is invalid.
If the sf bytes contain a '\0' byte, the code.size() call later
returned the wrong size. Hence we directly read it as ut8 *
If the post-operand list had a register twice in it and
the last entry had the correct value, a mismatch
happened anyway.
Because the first value was tested and did not match.

This is not correct, since multiple writes to a register can happen.
Only the last post-operand should be considered.
@Rot127
Copy link
Member Author

Rot127 commented Mar 16, 2024

@thestr4ng3r Please take a quick look and merge if ok. Personally I wouldn't squash it. But if you prefer it, let me know please.

@Rot127
Copy link
Member Author

Rot127 commented Apr 10, 2024

ping

@thestr4ng3r thestr4ng3r merged commit a0a023e into rizinorg:master Apr 10, 2024
1 check passed
@Rot127 Rot127 deleted the hexagon branch April 10, 2024 14:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants