rizin icon indicating copy to clipboard operation
rizin copied to clipboard

Refactor: Use HtSP for storing plugins.

Open Rot127 opened this issue 1 year ago • 0 comments

Your checklist for this pull request

  • [ ] I've read the guidelines for contributing to this repository
  • [ ] I made sure to follow the project's coding style
  • [ ] I've documented or updated the documentation of every function and struct this PR changes. If not so I've explained why.
  • [ ] I've added tests that prove my fix is effective or that my feature works (if possible)
  • [ ] I've updated the rizin book with the relevant information (if needed)

Detailed description

Refactor: Use HtSP for storing plugins. This saves iterations when searching for a plugin of a given name. It also allows to save plugin configurations and data in hash table, all addressed by their name. Hence, usage is more streamlined.

Test plan

All green

Closing issues

...

Rot127 avatar Oct 19 '24 11:10 Rot127