Structure aware fuzzing - Réka Kovács - Meeting C++ 2018
An intro to fuzzing from Meeting C++ 2018!
Structure aware fuzzing
by Réka Kovács
November 14-16, Berlin, Germany
November 18-23, Wrocław, Poland
November 25, Wrocław, Poland
February 10-15, Hagenberg, Austria
March 19-21, Madrid, Spain
April 1-4, Bristol, UK
June 16-21, Sofia, Bulgaria
By Meeting C++ | Feb 12, 2019 05:50 AM | Tags: testing security performance meetingcpp efficiency basics
An intro to fuzzing from Meeting C++ 2018!
Structure aware fuzzing
by Réka Kovács
By Meeting C++ | Jan 24, 2017 06:03 AM | Tags: tmp testing experimental advanced
Next Video from Meeting C++ 2016
How to test static_assert?
by Roland Bock
By Meeting C++ | Jan 22, 2015 02:58 AM | Tags: unittest testing intermediate basics
A new video from Meeting C++ 2014:
Testdriven C++ with Catch
by Phil Nash
From the talk description:
C++ has been notorious for being a second class citizen when it comes to test frameworks. There are plenty of them but they tend to be fiddly to set-up and ceremonious to use. Many of them attempt to follow the xUnit template without respect for the language environment they are written for. Catch is an attempt to cut through all of that...