efi-resolver icon indicating copy to clipboard operation
efi-resolver copied to clipboard

Infer structure types for unknwon protocols

Open river-li opened this issue 1 year ago • 0 comments

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.

river-li avatar Jul 17 '24 16:07 river-li