taminob / ppplugin

C++ Library for managing multi-language plugins to dynamically extend a compiled binary
MIT License
0 stars 0 forks source link

Support global variables in plugins #12

Open taminob opened 3 months ago

taminob commented 3 months ago

Allow a user to access global variables by name for read and write access.

For C and C++ plugins, the symbols have to exist in the shared library beforehand with the correct type. Lua and Python should also be able to create new, previously undefined variables.

The following types should be supported: