Explore >> Select a destination


You are here

btorpey.github.io
| | hackliza.gal
5.6 parsecs away

Travel
| | Hey there. These days I've been playing with libfuzzer, a tool that comes with clang compiler and that allows us to fuzz a program compiled with clang. The fuzzing consists on passing (pseudo-)random data as program input and check if that breaks. To do this with libfuzzer, it is required to define in the program a function called LLVMFuzzerTestOneInput that accepts a buffer of bytes as argument. Then libfuzzer will call this function in a loop with different data.
| | sergioprado.blog
1.7 parsecs away

Travel
| | The best way to spend less time fixing bugs in software is not creating bugs in the first place, and a static analysis tool is perfect for this job.
| | shafik.github.io
5.1 parsecs away

Travel
| | What You Need to Know when Optimizations Changes the Behavior of Your C++ ??
| | infinitedigits.co
35.9 parsecs away

Travel
| A simple way to get MIDI and Golang work together using portmidi.