-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Fix shellcode customization #16384
Fix shellcode customization #16384
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.
Add space before every ( and around =
please address comments, rebase and add test |
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.
.
Ping |
can you fix the indentation issues? i think we're good to merge this before adding support for the other archs |
otherwise ill move to 4.5 unless you ping back |
Hey, please excuse my late reaction. I was offline in the past week. I'll open a new pull request for more architectures and the test. |
cool! thanks! and welcome back |
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.
lgtm, do u want me to merge now or you'll submit the same thing for other archs?
You may merge now. I'm currently preparing a proposal to refactor the shellcode compilation. |
Your checklist for this pull request
Detailed description
Currently, shellcode customization is not implemented for all architectures. This pull request implements this functionality for x86-64. I will add the test and further architectures in another pull request.
Test plan
Closing issues
closes #14648