|
You are here |
btorpey.github.io | ||
| | | | |
hackliza.gal
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | What You Need to Know when Optimizations Changes the Behavior of Your C++ ?? | |
| | | | |
infinitedigits.co
|
|
| | | A simple way to get MIDI and Golang work together using portmidi. | ||