-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Add freebsd generic syscall templates #1285
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks a lot for contributing, freebsd is becoming more and more popular, and as such it should be addressed by pwntools.
There is a couple of minor issues that need to be addressed, but generally it would be awesome if you could reduce the code duplication that happens already. Not saying that it is a must-have, but I would do this (reviving these files' modularity) anyway a moment after your PR gets merged.
Co-Authored-By: io12 <[email protected]>
Co-Authored-By: io12 <[email protected]>
Co-Authored-By: io12 <[email protected]>
Co-Authored-By: io12 <[email protected]>
Co-Authored-By: io12 <[email protected]>
Co-Authored-By: io12 <[email protected]>
Co-Authored-By: io12 <[email protected]>
Based on the suggestion in #1284, add
pwnlib.shellcraft.<arch>.freebsd.syscall()
, as a generic interface for FreeBSD syscalls.