Closed mrgian closed 4 months ago
Tagging myself here to know when this gets merged.
Minor points to be solved before merging
I solved these points but please don't merge this for now.
I've tried running this example for a while https://github.com/mrgian/plugin-sdk-cpp/blob/update-3.6.0-new/examples/syscall_parse/plugin.cpp And it looks like repeated subtable writes are causing a segfault. I'm investigating to see if the issue lies in the libs or the SDK 👀
And it looks like repeated subtable writes are causing a segfault. I'm investigating to see if the issue lies in the libs or the SDK 👀
After investigating the issue with @jasondellaluce, looks like the the issue is on the libs side. This PR should be ready to be merged :)
@incertum I also added a new example showing how to access the args
and the fd_table
from the event TID.
If the example is not clear enough please let me know :)
@jasondellaluce the example has a lot of prints, should we keep it as is or should we remove them before merging?
LGTM label has been added.
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: FedeDP, mrgian
The full list of commands accepted by this bot can be found here.
The pull request process is described here
What type of PR is this?
/kind feature
Any specific area of the project related to this PR?
/area plugin-sdk
What this PR does / why we need it:
Which issue(s) this PR fixes:
Fixes #
Special notes for your reviewer:
Does this PR introduce a user-facing change?: