IDB Import should consult type libraries #6396
Labels
Component: DebugInfo
Issue requires changes to the DebugInfo API
Effort: Trivial
Issue should take < 1 day
Impact: Medium
Issue is impactful with a bad, or no, workaround
When loading an IDB/TIL we might not actually have the complete view of all types, therefore we should use a supplementary system for when a type reference would otherwise be unresolved. The most straightforward solution is to consult type libraries when the importer encounters an unresolved type reference.
https://dev-rust.binary.ninja/binaryninja/type_library/struct.TypeLibrary.html#method.get_named_type
The text was updated successfully, but these errors were encountered: