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
I tried to implement this idea of searching for kernel32.dll in Windows 10 and I'm afraid it crashes (there must be some unallocated pages there). Do you have idea how to workaround this? I can use ReadProcessMemory at this point and it helps but in final version it obviously cannot be used (because I don't have pointer to that function before finding kernel32.dll).
The text was updated successfully, but these errors were encountered:
I tried to implement this idea of searching for kernel32.dll in Windows 10 and I'm afraid it crashes (there must be some unallocated pages there). Do you have idea how to workaround this? I can use ReadProcessMemory at this point and it helps but in final version it obviously cannot be used (because I don't have pointer to that function before finding kernel32.dll).
The text was updated successfully, but these errors were encountered: