-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
[ARM] Handle system operands in way more detail. #2122
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Collaborator
Rot127
commented
Jul 23, 2023
•
edited
Loading
edited
- Differentiates between banked and non-banked registers.
- Saves the MSR mask.
- PSR field bits are saved separately (not for APSR yet).
- SYSm value is saved if possible.
- Differentiates between banked and non-banked registers. - Saves the MSR mask. - PSR field bits are saved separately. - SYSm value is saved if possible.
Thank you! Merged. |
Rot127
added a commit
to Rot127/rizin
that referenced
this pull request
Sep 8, 2023
Rot127
added a commit
to Rot127/rizin
that referenced
this pull request
Sep 8, 2023
Rot127
added a commit
to Rot127/rizin
that referenced
this pull request
Sep 25, 2023
Rot127
added a commit
to Rot127/rizin
that referenced
this pull request
Oct 11, 2023
wargio
pushed a commit
to rizinorg/rizin
that referenced
this pull request
Oct 18, 2023
ARM - Updated ARM identifiers and API changes. - Fixed shift amounts to be always decimal. - Fixed incorrect usages of memory disponents. - Fixed restoring of condition codes. - Updated IDs for new ones. - Fixed 8-byte stores. - Added flag checking for MOV with shifts. Capstone Integration - Removed capstone-auto-sync subproject and replaced with next. - Checked for NEON features. - Used capstone-engine/capstone#2122 for better system operand support. - Distinguished between 32 and 64-bit cc checks. - Checked for CS API version >5. - Checked for CS_NEXT_VERSION instead of CS_API_MAJOR. - Fixed VSTn and VLDn instructions to use corrected memory operands. - Excluded multiple instruction aliases that are no longer valid IDs. - Used CS_NEXT_VERSION as include guard. - Added CS v6 include guards. - Added CS v6 support to branch conditions for Rzil. - Added more CSv6 guards. PPC - Fixed: Compare instructions do not use the branch predicate. - Fixed conditional and CTR checks. - Fixed MTSPR and MFSPR instructions. - Excluded more branch aliases no longer present in v6 from switch cases. - Fixed incorrectly assigned variables. - Fixed condition checks for branches. - Used ITE for condition checks, to prevent unnecessary reads of CTR or CR. - Fixed rzil tests with new semantics using register 0. - Updated include guards for Capstone versions to use CS_NEXT_VERSION. - Initialized spr_name to prevent uninitialized use. - Used mem.offset register for CSv6. - Always used real operand details. - Used mem operand for DCBZ. - Fixed tests that are semantically identical. - Handled LI LIS alias. - Fixed rzil tests (with simplified semantics). - Fixed branch alias with new cond test method. - Handled clrl. alias. - Handled SL/SR alias. - Fixed conditional branches in ESIL. - Fixed possible multiplication result overflow. - Added RZ_NONNULL. - Added 0 register. - Handled LIS alias. - Fixed: Print crX reg name in CS v6. - Handled all general branch instructions into a single case statement. - Fixed no semantic issues in tests. - Added newly discovered calls. - Moved direction check to inline function. - Added link of root cause for broken test. - Added QPX support. - Set Capstone next branch to latest commit. - Fixed uninitialized warning. - Set CS next branch to newest commit.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.