This is the second part in the hacking with windbg series. In the previous part, we took a look at some basic windbg commands, inspecting notepad and doing some interesting stuff to change it’s runtime behavior. In this part, we will hack a very popular 90’s game – Minesweeper. While we were debugging notepad, we had access to public symbols (thanks to Microsoft public symbol server) but this part will be a little more challenging as it involves debugging without any public or private symbols.
Read full article on THE CODE PROJECT