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 wanted to observe the protection permission requests, I expected to see intermittently calls to RW & RX, but the actual requests were RWX & RX instead:
Why is it happening? shouldn't I see calls that revoke the X permissions also? like NtVirtualProtect(...RW...)
Also, I think it's missing some steps:
The text was updated successfully, but these errors were encountered:
I wanted to observe the protection permission requests, I expected to see intermittently calls to RW & RX, but the actual requests were RWX & RX instead:
Why is it happening? shouldn't I see calls that revoke the X permissions also? like NtVirtualProtect(...RW...)
Also, I think it's missing some steps:
The text was updated successfully, but these errors were encountered: