Skip to content

Conversation

JohnMcSandwich
Copy link
Contributor

Add the following Windows pool allocation functions in Allocation.qll:

This improves the detection of bugs on Windows kernel drivers.

Add:
 - ExAllocatePool2
 - ExAllocatePool3
 - ExAllocatePoolZero
@github-actions github-actions bot added the C++ label Apr 25, 2022
@JohnMcSandwich JohnMcSandwich changed the title C++: add new Windows pool allocation functions in Allocation.qll C++: add new Windows pool allocation functions in Allocation.qll Apr 25, 2022
@JohnMcSandwich JohnMcSandwich marked this pull request as ready for review April 25, 2022 08:30
@JohnMcSandwich JohnMcSandwich requested a review from a team as a code owner April 25, 2022 08:30
@MathiasVP
Copy link
Contributor

Hi @JohnMcSandwich,

Thanks for your contribution. It all looks good to me.

I hope you don't mind that I added a commit with a change note to this PR. You can read about our change note process here. Feel free to add such a change note yourself in the future if you deem it appropriate for any change you make :)

…ctions.md

Co-authored-by: Jeroen Ketema <93738568+jketema@users.noreply.github.com>
@MathiasVP MathiasVP merged commit faaa2ce into github:main Apr 25, 2022
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