Archive

Archive for September, 2009

debugging crashing applications on customer’s windows

September 13th, 2009 No comments

this snipped using the windows debugger (shipped with win 2k and after) was very helpful in tracking a problem:

set _NT_DEBUG_LOG_FILE_OPEN=debug-log.txt
ntsd -v -c "kb;q" .exe

also, you might want to read this awesome article:
http://blogs.msdn.com/pfedev/archive/2008/09/26/all-the-ways-to-capture-a-dump.aspx

and generally:
http://blogs.msdn.com/pfedev/

have fun debugging :)

Categories: coding, windows Tags:

my first real publication :D

September 12th, 2009 No comments

"A Pattern for Secure Graphical User Interface Systems" by "Thomas Fischer and Ahmad-Reza Sadeghi and Marcel Winandy"
in "3rd International Workshop on Secure systems methodologies using patterns (SPattern'09)". Publisher: IEEE

Categories: university Tags: