binaryninja-api
binaryninja-api copied to clipboard
Add support for ANDROID_RELA or ANDROID_RELR sections
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: