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

implements support for ARM Modified Immediate Constants #1196

Merged

Conversation

ivg
Copy link
Member

@ivg ivg commented Aug 5, 2020

Apparently, we did not support them so far and they are being used extensively in the PLT sequences thus preventing us from properly applying the relocations.

For the reference, see the ARM Architecture Reference Manual, ARMv7-A and ARMv7-R edition, section A4.4.1 ("Standard data-processing instructions").

@ivg ivg force-pushed the arm-modified-immediate-constants branch 2 times, most recently from a44ed90 to dc17898 Compare August 5, 2020 17:00
Surprisingly we didn't support them, only when an explicit shift was
used.
@ivg ivg force-pushed the arm-modified-immediate-constants branch from dc17898 to 22c2d9c Compare August 5, 2020 18:04
@ivg ivg merged commit 7a18ffb into BinaryAnalysisPlatform:master Aug 6, 2020
@ivg ivg deleted the arm-modified-immediate-constants branch March 9, 2022 17:18
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.

1 participant