Emre's blog

The debuggee is ready to run

Today, when I typed !analyze -v to my windbg window, I got this response back: 0: kd> !analyze...

Author: emreknlk Date: 02/20/2012

Start Debugging with Windbg

Hey folks, I’m a big fan of Windbg. It’s really powerful and you can do much more things than you...

Author: emreknlk Date: 03/27/2011

Have you tried Server App-V yet?

  Hello everyone, Have you heard about Server App-V? Do you want to learn more about it ? SCVMM...

Author: emreknlk Date: 03/25/2011

sprintf/wsprintf Replacement

  Are you thinking about using wsprintf method to create a string buffer? Think twice before...

Author: emreknlk Date: 12/09/2010

Avoid Manual Memory Management

This post is all about how to avoid freeing a memory block that is allocated by us manually....

Author: emreknlk Date: 12/09/2010

Remove MAX_PATH Limitations

As technology advances, applications increase their complexity. As a result, installers deploy more...

Author: emreknlk Date: 12/03/2010

Debugging Process Crashes

  Did I tell you Windbg is a great tool to debug native processes ? However, we still have to...

Author: emreknlk Date: 12/02/2010