CONFERENCE - Fri, Oct 19th to Sun, Oct 21st - $70
- Dan Kaminsky, Black Ops 2007: Design Reviewing the Web
- Charles Miller, Fuzzing with Code Coverage by Example
- Remorse, Textella: An Alternative Application of Peer to Peer
Structured Networks
- Matt Miller, Cthulhu: A software analysis framework built on Phoenix
- Scott Moulton, Advanced Hacking Flash/Hard Drive Recoveries
- Jerome Athias, Speeding up the exploits' development process
CONFERENCE - Fri, Oct 19th to Sun, Oct 21st - $70
- Dan Kaminsky, Black Ops 2007: Design Reviewing the Web
- Charles Miller, Fuzzing with Code Coverage by Example
- Remorse, Textella: An Alternative Application of Peer to Peer
Structured Networks
- Matt Miller, Cthulhu: A software analysis framework built on Phoenix
- Scott Moulton, Advanced Hacking Flash/Hard Drive Recoveries
- Jerome Athias, Speeding up the exploits' development process
Good news everyone!
nSense is releasing a tool which instruments executables during
runtime in order to extract code coverage data. This is done through
runtracing using runtime instrumentation.
Why?
Analyzing code coverage of large or self modifying executables with
various input files is a non-trivial task. This may result in the
analyst having several hundred thousand blocks of code and no
reasonable way of setting soft breakpoints on all of it