Vector35 / community-plugins

Repository for community provided Binary Ninja plugins
MIT License
430 stars 34 forks source link

[New Plugin]: Export types to ctypes #271

Closed jordan9001 closed 3 months ago

jordan9001 commented 3 months ago

Plugin Description

This plugin allows exporting of type definitions as valid python ctypes classes, with options to export dependent types as well.

Plugin Repository URL

Repo URL: https://github.com/jordan9001/ctypes_export

Real Release

psifertex commented 3 months ago

Added, thanks!