Vector35 / community-plugins

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

[NewPlugin] CyShell ClassyPP 1.0 #183

Closed CySHell closed 2 years ago

CySHell commented 2 years ago

Please add my plugin to the repository.

Yes, I've read the instructions, especially the part about creating an actual release and creating the tag.

I either used the UI, or the hub command to create a real release.

Author: CyShell Repo name: ClassyPP Release: 1.0

psifertex commented 2 years ago

Please update it after fixing the minimumbinaryninjaversion which is not currently a valid json value. It should just be 3233. You can verify your plugin.json is valid by:

python -m json.tool < plugin.json and verifying it parses.

CySHell commented 2 years ago

Done

psifertex commented 2 years ago

Sorry, but that needs to be packaged in a new release -- otherwise the generation script tries to load the old version.

CySHell commented 2 years ago

Done :)

psifertex commented 2 years ago

Added, thanks!