<a href="http://www.micropoll.com/akira/mpview/585320-168921">Click Here for Poll</a><a href="http://www.questionpro.com" title="online surveys">Online Survey</a><BR> | <a href="http://www.micropoll.com" title="Website Polls">Website Polls</a><BR> | <BR><a href="http://www.micropoll.com/akira/MicroPoll?mode=html&id=168921">View MicroPoll</A></div>

Visual Studio 2010!

Read now >

Windows Mobile Development Thoughts

Read now >

View Now
DevSource RSS FEEDS
XML Want an easy way to keep up with breaking tech news? And the Get DevSource headlines delivered to your desktop with RSS.
ADVERTISEMENT
ADVERTISEMENT

 

ADVERTISEMENT
Free Security Tools for Application Developers from Microsoft
By Brian Prince

Rate This Article: Add This Article To:

Microsoft released a new binary code analysis tool alongside a fuzzing program that helps developers design secure applications.

Microsoft unveiled two new tools to help developers build better security into their applications.

The tools are available for download for free, and are aimed at helping developers extend Microsoft’s Security Development Lifecycle (SDL) process into their organization. The first of the tools is BinScope Binary Analyzer, which examines binaries code to see if they are in compliance with SDL requirements. For example, the tool checks that Microsoft SDL-required compiler/linker flags are being set, strong-named assemblies are in use, and up-to-date build tools are in place.

The second program is Microsoft MiniFuzz File Fuzzer. MiniFuzz is designed to help detect code imperfections that may expose security vulnerabilities in file-handling code by creating random variations of file content and feeding it into the application. From there, the program exercises the code in an attempt to expose unexpected application behaviors.

"Code analysis and fuzzing are required parts of the SDL as malicious attackers use code analysis and test techniques such as fuzzing to find vulnerabilities,” said David Ladd, principal security program manager of Microsoft’s Security Development Lifecycle team. “It is important for developers and testers to proactively employ similar techniques in an attempt to preemptively find and fix vulnerabilities that may otherwise not be caught.”

Both the MiniFuzz File Fuzzer and BinScope Binary Analyzer are available in two forms: a stand-alone executable tool and an integrated tool within Visual Studio. The tools are available for download on the SDL Tools Repository and the Microsoft Download Center.




Discuss Free Security Tools for Application Developers from Microsoft
 
>>> Be the FIRST to comment on this article!
 

 
 
>>> More Microsoft Architecture Articles          >>> More By Brian Prince