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
{{ message }}
This repository was archived by the owner on Aug 4, 2025. It is now read-only.
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.