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
Console handles are accessable via ProcessEnvironment Block NtCurrentPeb()->ProcessParameters->StandardXXX. On x64 PEB is located via gs:[0x60]. I think we can get rid of GetStdHandle by accessing PEB directly.
Console handles are accessable via ProcessEnvironment Block NtCurrentPeb()->ProcessParameters->StandardXXX. On x64 PEB is located via gs:[0x60]. I think we can get rid of GetStdHandle by accessing PEB directly.
We do not want any immediate layer for windows.
9x kernel will still use win32
The text was updated successfully, but these errors were encountered: