efi-resolver
efi-resolver copied to clipboard
Infer structure types for unknwon protocols
In the current version, If we don't have the protocol's type information, we will use void* as default. However, Binary Ninja has a create_structure_from_offset_access API, which would automatically create the inferred structure types. We could leverage this feature to infer an appropriate type for unknown protocols.