Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Testing » Development   (RSS)
Sorry, but there are no more tags available to filter with.

Windbg

Using Windbg, aka Debugging Tools for Windows , is a great way for debugging, crash analysis, and reading dump files. If you’re not a keyboard person who likes to write commands and be in the driver’s seat, you might not like it at the first glance, but
Posted by mohamedg | 1 Comments
Filed under: ,

!exploitable

!exploitable is a crash analyzer plug-in for windows debugger (windbg) that does post-mortem analysis of a crash and assists its security risk, very cool! The project is licensed under Microsoft Public License (Ms-PL) and you can download it at codeplex
Posted by mohamedg | 0 Comments
Filed under: ,

File System Limits

When you create a file or a folder, do you check that the full path is not too long?! Make sure that you handle the PathTooLongException : Try to exceed the maximim lenght on Windows, and you'll get this error: Here are some limits in Windows APIs that
Posted by mohamedg | 0 Comments
Filed under: ,
 
Page view tracker