rizin/doc/plugins.md
Riccardo Schirone 502e91aff7
Rename R_ and R2_ to RZ_ (#8)
* Rename R2_ -> RZ_
* Rename R_ -> RZ_
* Rename R2R_ -> RZ_TEST_
* Rename R2R defines and types to RZ_TEST/RzTest
* Keep R_ for REIL registers
2020-10-02 16:09:13 +02:00

674 B

LIBR PLUGINS

Plugins must be configured using the root ./configure-plugins script.

Libraries can be compiled:

  • as shared libraries (so, dylib, dll) (DEFAULT)

  • as static libraries (a, lib, ..)

    ./configure-plugins --enable-shared --enable-dynamic
    

RZ_LIBR_PLUGINS environment variable is honored as another search path for plugins

Plugins can be:

  • not compiled

  • compiled as shared

  • compiled as static (inside the related library)

    librz/plugins/shared
    librz/plugins/static
    

the configure-plugins script will regenerate the required Makefiles to build this stuff as defined.

PD: This is not implemented :)

--pancake