Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[LIBS PLUGINS] Expose some core libs functionality to the syscalls plugin API #2008

Open
incertum opened this issue Aug 17, 2024 · 1 comment
Assignees
Labels
kind/feature New feature or request
Milestone

Comments

@incertum
Copy link
Contributor

This issue complements existing issues:

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.

@incertum incertum added the kind/feature New feature or request label Aug 17, 2024
@incertum
Copy link
Contributor Author

/milestone TBD

/assign @jasondellaluce

@poiana poiana added this to the TBD milestone Aug 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants