qilingframework / qiling

A True Instrumentable Binary Emulation Framework
https://qiling.io
GNU General Public License v2.0
5.11k stars 742 forks source link

add reloc type R_ARM_ABS32,R_ARM_CALL,R_ARM_JUMP24 #1471

Closed coc-cyqh closed 3 months ago

coc-cyqh commented 4 months ago

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.

elicn commented 3 months ago

Hi @coc-cyqh and thank you for the contribution! We do not merge changes into master branch, but on dev. Could you please re-base your work on dev and then create a new PR?

coc-cyqh commented 3 months ago

Hi @coc-cyqh and thank you for the contribution! We do not merge changes into master branch, but on dev. Could you please re-base your work on dev and then create a new PR?

Sure. Here is the new PR: https://github.com/qilingframework/qiling/pull/1479