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

add reloc type R_ARM_ABS32,R_ARM_CALL,R_ARM_JUMP24 #1479

Merged
merged 1 commit into from
Jul 3, 2024

Conversation

coc-cyqh
Copy link

@coc-cyqh coc-cyqh commented Jul 1, 2024

When I simulated an ARM firmware kernel, some reloc types could not be handled.

image

Therefore I fixed the problem according to the manual, including R_ARM_ABS32, R_ARM_CALL, and R_ARM_JUMP24.

@xwings
Copy link
Member

xwings commented Jul 3, 2024

Thanks for the PR

@xwings xwings merged commit 04e42e0 into qilingframework:dev Jul 3, 2024
7 checks passed
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.

3 participants