You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
The code under file librz/bin/p/bin_elf.inc function reloc_convert which takes care of moving data from RzBinElfReloc to the general RzBinReloc doesn't take care of some relocation architectures (CRIS, Nios II, HPPA, and many more) and as well misses many relocation types in all of the currently implemented relocations
Describe the solution you'd like
Simply adding switches/cases to reloc_convert take of these architectures/types
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
We need to add the missing architectures and types in COFF as well... Maybe we should just unite them into one issue?
Both shouldn't take very long and aren't very hard to fix.
Is your feature request related to a problem? Please describe.
The code under file
librz/bin/p/bin_elf.inc
functionreloc_convert
which takes care of moving data fromRzBinElfReloc
to the generalRzBinReloc
doesn't take care of some relocation architectures (CRIS, Nios II, HPPA, and many more) and as well misses many relocation types in all of the currently implemented relocationsDescribe the solution you'd like
Simply adding
switch
es/case
s toreloc_convert
take of these architectures/typesDescribe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: