Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Infer structure types for unknwon protocols #13

Open
river-li opened this issue Jul 17, 2024 · 0 comments
Open

Infer structure types for unknwon protocols #13

river-li opened this issue Jul 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@river-li
Copy link
Contributor

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 river-li added the enhancement New feature or request label Jul 17, 2024
@river-li river-li self-assigned this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant