插件
radare2 is implemented on top of a bunch of libraries, almost every of those libraries support plugins to extend the capabilities of the library or add support for different targets.
This section aims to explain what are the plugins, how to write them and use them
Types of plugins
Listing plugins
Some r2 tools have the -L
flag to list all the plugins associated to the functionality.
There are more plugins in r2land, we can list them from inside r2, and this is done by using the L
suffix.
Those are some of the commands:
But also using the ?
value in the associated eval vars.
Notes
Note there are some inconsistencies that most likely will be fixed in the future radare2 versions.
最后更新于
这有帮助吗?