You've been logged out of GDC Vault since the maximum users allowed for this account has been reached. To access Members Only content on GDC Vault, please log out of GDC Vault from the computer which last accessed this account.

Click here to find out about GDC Vault Membership options for more users.

close

Session Name:

How to Protect Your Game's Code With Fuzzing

Overview:

In 1988, professor Barton Miller at the University of Wisconsin developed a tool called "fuzz." Fuzz testing is one of the most common and useful tools in the hands of an attacker, and it is one of the easiest tools to implement and use as a defender.In order to protect your game's user-facing code - whether network-related or user-created content-specific, all programmers should be considering this method to reveal vulnerabilities and protect against them.In this lecture, we will cover the creation of fuzzers, where and when to fuzz, and how to integrate that into both the code base and the development process.

Did you know free users get access to 30% of content from the last 2 years?


Get your team full access to the most up to date GDC content

  • GDC 2015
  • Dave Weinstein
  • Hewlett-Packard
  • free content
  • Programming
  • Programming