Skip to content

Issue with ExAllocatePool2 #8

Description

@Higgsx

Hello

I am on chapter 8 and while trying to build sysmon driver I came across issue that visual studio compains on usage of ExAllocatePoolWithTag
'ExAllocatePoolWithTag': ExAllocatePoolWithTag is deprecated, use ExAllocatePool2.

When I replaced all call with that new function, client couldn't get data anymore.

Finally I decided to ignore that errors via #pragma directive and it was working with ExAllocatePoolWithTag but not with ExAllocatePool2.

my question is, why didn't it work?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions