You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
just core.cmd(". "+file) or just do core.cmd("#!pipe python "+scriptpy) or core.cmd("#!pipe node "+scriptjs)
the script will block main thread until execution is finished. i have started to add support for scripting r2 plugins, which run async in parallel and will not block main execution, but this is just wip and this will not be deprecated. See r2pipe documentation to understand how it works and which langauges are supported. But more or less.. any language will work
The text was updated successfully, but these errors were encountered:
just
core.cmd(". "+file)
or just docore.cmd("#!pipe python "+scriptpy)
orcore.cmd("#!pipe node "+scriptjs)
the script will block main thread until execution is finished. i have started to add support for scripting r2 plugins, which run async in parallel and will not block main execution, but this is just wip and this will not be deprecated. See r2pipe documentation to understand how it works and which langauges are supported. But more or less.. any language will work
The text was updated successfully, but these errors were encountered: