radareorg / radare2-rlang

Writing Radare2 plugins in various languages
16 stars 7 forks source link

Cannot use multiple python io plugins at the same time #25

Open condret opened 3 years ago

condret commented 3 years ago

the corresponding wrapper uses global scope vars to store the plugin's python function pointers

trufae commented 3 years ago

thats not true, you can open many python plugins and they all work at the same time, they just run in the same single python vm. is this the issue you are trying to solve?