Vector35 / binaryninja-api

Public API, examples, documentation and issues for Binary Ninja
https://binary.ninja/
MIT License
946 stars 214 forks source link

MIPS Relocations Regression #6183

Open bpotchik opened 5 days ago

bpotchik commented 5 days ago

Version and Platform (required):

Bug Description: Broken MIPs relocations:

From previous stable (4.1.5902) 0006a648 08965226 addiu $s2, $s2, -0x69f8

New Stable (4.2.6455) 0006a648 00005226 addiu $s2, $s2, 0

Search for "build adapt overcome thrive" for local file repro.

bpotchik commented 5 days ago

Also, reverting the recent relocation related changes in arch_mips.cpp resolves the issue: git checkout 590b594850ccd15b9e2cb2b0e8f3050d782647b3 -- arch_mips.cpp