qilingframework / qiling

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

add reloc type R_ARM_ABS32,R_ARM_CALL,R_ARM_JUMP24 #1479

Closed coc-cyqh closed 2 months ago

coc-cyqh commented 2 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.

xwings commented 2 months ago

Thanks for the PR