-
Notifications
You must be signed in to change notification settings - Fork 83
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
code neatpick: ExAllocatePoolWithTag deprecated, page 44 #7
Comments
Yes, I need to fix the table of functions. |
Oh, I missed the C in PCUNICODE, my bad.
./na
…On Tue, Apr 25, 2023, 14:27 Pavel Yosifovich ***@***.***> wrote:
Yes, I need to fix the table of functions.
The cast is needed, since it's a pointer to a const UNICODE_STRING
The UNREFERENCED_PARAMETER is not needed, but it doesn't hurt, either.
—
Reply to this email directly, view it on GitHub
<#7 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB7ZEIGJERSUZ7DAAPR223XC6YJTANCNFSM6AAAAAAXKYHQ7Q>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
While at it, remember to also update the
Wish they could have made it fully backward compatible with |
UNREFERENCED_PARAMETER
not needed sinceDriverObject
is referenced?RegistryPath
since it was already PUNICODE_STRING from theDriverEntry
function definition?ExAllocatePoolWithTag
is deprecated:This might require update of table 3-4 too on page 42:
==
Developing on Windows 11.
The text was updated successfully, but these errors were encountered: