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

[New Plugin]: TypeOxidizer - A UI helper tool that converts your decompilation from C-style types into their equivalent shorthand Rust typedefs. #298

Open
1 task done
austinzwile opened this issue Dec 28, 2024 · 2 comments
Labels
new plugin Adding a new plugin

Comments

@austinzwile
Copy link

Plugin Description

TypeOxidizer is a Binary Ninja plugin that transforms the C-Style types in your HLIL / decompilation to their Rust equivalents, making for a cleaner and more precise decompilation. With built-in support for standard integer, floating-point types and strings, TypeOxidizer redefines your analysis by "oxidizing" legacy type definitions into Rust's clean and precise syntax.

Plugin Repository URL

Repo URL: https://github.com/austinzwile/TypeOxidizer

Real Release

  • I have made a real release
@austinzwile austinzwile added the new plugin Adding a new plugin label Dec 28, 2024
@psifertex
Copy link
Member

Unfortunately it looks like your plugin.json was added after you tagged the release:

https://github.com/austinzwile/TypeOxidizer/tree/1.0.0

Please update and create a new release (I recommend using https://github.com/Vector35/release_helper which can simplify the process)

@austinzwile
Copy link
Author

Hey @psifertex , so I am having issues with the release helper. It's deleting my README.md file which has all the nice pretty screenshots and usage instructions. How can I fix this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new plugin Adding a new plugin
Projects
None yet
Development

No branches or pull requests

2 participants