-
Notifications
You must be signed in to change notification settings - Fork 1.7k
C++: Add flow summaries for CreateThread
and friends
#19955
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
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.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
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.
Models and tests LGTM.
Fantastic! Could you approve it as well? 🙏 |
Yep, when the DCA run has finished (not that I'm expecting any trouble from this change). |
Sure. I promise not to merge it before the DCA run has finished (and of course, I'll check that it looks good as well), but if you want to delay the formal approval until then that's also fine with me. |
@geoffw0 DCA is done and looks uneventful |
Adds flow summaries for
CreateThread
,CreateRemoteThread
, andCreateRemoteThreadEx
. They're all pretty much identically: We add a summary from thelpParameter
to the function passed in via thelpStartAddress
parameter.