OWASP Navigation

Archive for June, 2007

DN_BOFinder - Dot Net Buffer Overflow Finder

Friday, June 29th, 2007

The DN_BOFinder (DotNet Buffer Overflow Finder) is a semi-inteligent tool designed to find Buffer Overflows type vulnerabilities in COM objects used by .NET Assemblies (and mistakes in unsafe .Net code blocks), it makes extended use of Reflection to dynamicaly create live instances of classes and invoke its non static methods.

I just uploaded the latest version of this tool to sourceforge and updated its page at owasp.org : https://www.owasp.org/index.php/DN_BOFinder.

Let me know what you think of it.