wndnfkdj42 Newbie cheater
Reputation: 0
Joined: 18 Aug 2022 Posts: 14
|
Posted: Sat Jul 19, 2025 7:04 am Post subject: DBKKernel Compile Problem |
|
|
I compile DBKKernel, but I get an error. Why is this happening?
Video: https 1drv.ms/v/c/b25e4a98604fc64f/ETO9pQgMEW5OqutGO5mFNRUB-7wB4WvYeUi6A-9R8ed4Cw?e=OEegzZ
Can you recommend a community or guide that would be helpful when studying game hacking?
error message:
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'function': different 'volatile' qualifiers
the following warning is treated as an error
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
'ExAllocatePool': ExAllocatePool is deprecated, use ExAllocatePool2.
|
|
Burningmace Grandmaster Cheater
Reputation: 5
Joined: 17 Feb 2008 Posts: 524 Location: Inside the Intel CET shadow stack
|
Posted: Sat Aug 30, 2025 11:19 pm Post subject: |
|
|
ExAllocatePool got deprecated in one of the recent WDKs. Migration to ExAllocatePool2 requires quite a few code changes, so for now you can probably just disable warnings-as-errors in the build to ignore the issue.
Not sure if volatile qualifier mismatches are a hard error now. You'll have to see if it goes away when disabling warnings-as-errors.
_________________
It's not fun unless every exploit mitigation is enabled.
Please do not reply to my posts with LLM-generated slop; I consider it to be an insult to my time. |
|