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
For instance, in #1711, there was a request to expose the event enum. Below are some additional functionalities that plugin developers could benefit from, as otherwise, it would require recreating tedious and error-prone libs code:
Converting back and forth between syscall names and syscall codes and/or event codes
Some util functions, e.g. concatenating paths in a performant way
...
As we discuss the other issues and consider a redesign of the general plugin API and SDK layout, I’ll provide more details here later. Stay tuned.
The text was updated successfully, but these errors were encountered:
This issue complements existing issues:
PPME_
events enum over a new plugin API #1711For instance, in #1711, there was a request to expose the event enum. Below are some additional functionalities that plugin developers could benefit from, as otherwise, it would require recreating tedious and error-prone libs code:
As we discuss the other issues and consider a redesign of the general plugin API and SDK layout, I’ll provide more details here later. Stay tuned.
The text was updated successfully, but these errors were encountered: