Hacking February 28, 2011 Stephen Bradshaw Tricks for exploit development This is the second article in a series about using the OllyDbg, a 32 bit assembler level analyzing user mode debugger for Windows. In part one of this tutorial...
Hacking December 15, 2010 Stephen Bradshaw Fuzzer Automation with SPIKE This is continued from the previously posted Introduction to Fuzzing article. Automating the SPIKE Fuzzing of Vulnserver What we need is a way to send multiple...
Hacking December 11, 2010 Stephen Bradshaw An introduction to fuzzing: using fuzzers (SPIKE) to find vulnerabilities This article discusses the process of fuzzing an application to find exploitable bugs. Vulnserver, a TCP server application deliberately written by Stephen...