-
Notifications
You must be signed in to change notification settings - Fork 139
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
Version 1.8.0 defaults to posix_spawn gadgets #187
Comments
Thanks for your report! TBH it might not be clear which set of constraints is easier to achieve:
vs
But let me check whether I should properly tune my scoring system of gadgets' constraints. |
True, the "easier to achieve" rating was quite subjective for my special use case. I still think that, from my limited personal experience, constraints on the stack are harder to fulfill. Thanks for taking a look into it and the fast response! |
With the PR it becomes:
This result looks better to me as well |
Released v1.8.1 |
Seems like version 1.8.0 prefers the
posix_spawn
gadgets and does not listexecve
-gadgets with default output-level 0. Thoseposix_spawn
gadgets have much harder contraints and shouldn't be displayed instead of the easierexecve
-gadgets.Tests were conducted on the libc of the Ubuntu Docker:
FROM ubuntu@sha256:a02c32cf0c2a7e8743c74deef66637aa70e063c9bd40e9e1f8c0b3ea0750b0ba
Output with one_gadget 1.7.4:
Output with 1.8.0:
The text was updated successfully, but these errors were encountered: