When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
9 messages · Page 1 of 1 (latest)
When your question is answered use !solved to mark the question as resolved.
Remember to ask specific questions, provide necessary details, and reduce your question to its simplest form. For tips on how to ask a good question run !howto ask.
#1013107104678162544
call GetLastError to see what error code it's failing with
Oh l l messed up places
Do you mean l should use debugger
no, you can just call GetLastError() when you detect that WriteProcessMemory has failed, and that will return a much more informative error code
then you can look up the error codes here https://learn.microsoft.com/en-us/windows/win32/debug/system-error-codes--0-499-
#1013107104678162544