binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

Add support for ANDROID_RELA or ANDROID_RELR sections

Open fuunyaka opened this issue 1 year ago • 0 comments

Version and Platform (required):

  • Binary Ninja Version: 4.0.4958 Personal, ddff9339
  • OS: windows
  • OS Version: 11
  • CPU Architecture: x86_64

Bug Description: In android binaries (e.g. toybox) .got sections are not fiiled with enries from ANDROID_RELA section unlike .got.plt section.

Steps To Reproduce: Load any andorid binary with ANDROID_RELA section. Example binary: toybox.zip

Expected Behavior: Same as for .got.plt

Screenshots: image image

fuunyaka avatar May 20 '24 13:05 fuunyaka