Windows Exploitation Tricks: Abusing the User-Mode Debugger
googleprojectzero.blogspot.com
Windows Exploitation Tricks: Abusing the User-Mode Debugger
1–10 of 14 posts
Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#2Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#3Why is project zero hosted on blogspot?
Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#4Why is project zero hosted on blogspot?
Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#5Why is project zero hosted on blogspot?
Google owns it.
So why project zero?
Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#6Earlier quoted context omitted.
Google owns it.
They don't host their 'cloud' blog on blogspot: https://cloud.google.com/blog/topics/inside-google-cloud/an-... So why project zero?
Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#7Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#8...and...
>Nothing I’ve described here is a security vulnerability, but the behavior is interesting and it’s worth looking out for cases where it could be used.
Maybe I'm misunderstanding this newfangled internets but isn't exploitation generally synonymous with security vulnerability?
JFYI, for anyone who's interested, the equivalent debugging API methods in .NET could be found in ClrMd[0] but it's as unyielding a beast as the native methods.
Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#9Re: Windows Exploitation Tricks: Abusing the User-Mode Debugger
#10> Windows Exploitation Tricks: Abusing the User-Mode Debugger ...and... > Nothing I’ve described here is a security vulnerability, but the behavior is interesting and it’s worth looking out for cases where it could be used. Maybe I'm misunderstanding this newfangled internets but isn't exploitation generally synonymous with security vulnerability? JFYI, for anyone who's interested, the equivalent debugging API method…
Something can make exploitation easier without being a vulnerability. For example, disabling exploit mitigations like ASLR does this.