Skip to content

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

Merged
merged 4 commits into from
Jul 2, 2025

Conversation

MathiasVP
Copy link
Contributor

Adds flow summaries for CreateThread, CreateRemoteThread, and CreateRemoteThreadEx. They're all pretty much identically: We add a summary from the lpParameter to the function passed in via the lpStartAddress parameter.

@Copilot Copilot AI review requested due to automatic review settings July 2, 2025 13:27
@MathiasVP MathiasVP requested a review from a team as a code owner July 2, 2025 13:27
@github-actions github-actions bot added the C++ label Jul 2, 2025
Copy link
Contributor

@Copilot Copilot AI left a 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.

Copy link
Contributor

@geoffw0 geoffw0 left a 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.

@MathiasVP
Copy link
Contributor Author

Models and tests LGTM.

Fantastic! Could you approve it as well? 🙏

@geoffw0
Copy link
Contributor

geoffw0 commented Jul 2, 2025

Yep, when the DCA run has finished (not that I'm expecting any trouble from this change).

@MathiasVP
Copy link
Contributor Author

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.

@MathiasVP
Copy link
Contributor Author

@geoffw0 DCA is done and looks uneventful

@MathiasVP MathiasVP merged commit 5e8b12a into github:main Jul 2, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants