[SharedCache] Debug symbols found by IDA are not being found by Binary Ninja #6633
Labels
File Format: SharedCache
Issue with the dyld_shared_cache plugin
Impact: Medium
Issue is impactful with a bad, or no, workaround
Milestone
Version and Platform (required):
Bug Description:
I'm noticing debug symbols found by IDA are not being found by Binary Ninja. An example is provided in the steps below. Seems like there might be quite a number missing.
Steps To Reproduce:
Please provide all steps required to reproduce the behavior:
/usr/lib/libobjc.A.dylib
.0x20b3aba80
and observe the function has no symbol. In IDA the function is called__xpc_connection_call_event_handler
, and also the surrounding functions have symbols as well in IDA.Expected Behavior:
All symbols in the DSC should be found and applied.
Additional Information:
Not 100% sure but maybe the solution is to use the .symbols file. If I remember correctly the reworked DSC plugin doesn't.
The text was updated successfully, but these errors were encountered: