rizin
rizin copied to clipboard
Refactor: Use HtSP for storing plugins.
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
...