angr / angr-management

The official angr GUI.
BSD 2-Clause "Simplified" License
886 stars 110 forks source link

Revert back to plugins that dont require tomls #1151

Open mahaloz opened 9 months ago

mahaloz commented 9 months ago

Description

Currently, you must have a .toml file describing your plugin to run it in angr-management. This is different from how every other decompiler loads plugins: just throw a python script in a plugins folder and you are done. Additionally, now all the example plugins we still have in angr-management don't work anymore (they don't have a toml).

It would be much more convenient for many different plugins if we could go back to a single script ecosystem for plugins.

Alternatives

No response

Additional context

No response