Search code examples
c#securitytestingcracking

Hacking your own application


I am a web developer that is very conscious of security and try and make my web applications as secure as possible.

How ever I have started writing my own windows applications in C# and when it comes testing the security of my C# application, I am really only a novice.

Just wondering if anyone has any good tutorials/readme's on how to hack your own windows application and writing secure code.


Solution

  • The books by Michael Howard are a good starting point;

    There's loads of links and interesting articles from Michael Howard's blog here

    There's an interesting powerpoint presentation from Microsoft about threat assessment, risks and ASP here.