You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This causes issues when passing a CONTEXT to function like GetThreadContext for example (which expects the structure to be placed at a 16b aligned location).
I've looked through the repository and didn't find any existing conversation - am I missing something?
Cheers
Crate manifest
No response
Crate code
No response
The text was updated successfully, but these errors were encountered:
Ha this makes more sense - I couldn't believe to be the first to hit this, thank you. Feel free to close this issue if tracking it is better in the other repo.
Summary
The
windows::Windows::Win32::System::Diagnostics::Debug::CONTEXT
structure isn't annotated withalign(16)
like in the original C structure:This causes issues when passing a
CONTEXT
to function likeGetThreadContext
for example (which expects the structure to be placed at a 16b aligned location).I've looked through the repository and didn't find any existing conversation - am I missing something?
Cheers
Crate manifest
No response
Crate code
No response
The text was updated successfully, but these errors were encountered: