Scripting basics with stack corruption detection for WinDbg
Gone are the days when we feared stack buffer overflows, as most modern compilers deploy stack protection by default (we all like cookies, right?), but for the sake of getting myself familiar with WinDbg debugger extension development I decided to have some fun and try to write a small SBOF detection script. But before delving […]