Explore >> Select a destination


You are here

balau82.wordpress.com
| | hackliza.gal
4.0 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.
| | mcuoneclipse.com
3.3 parsecs away

Travel
| | Semihosting is a technique to do printf() debugging through an active debug connection. So instead using a physical connection like RS-232 or USB CDC, the connection to the host machine is through the debugger. This post is about enabling and using semihosting with gcc and newlib/newlib-nano in Freescale Eclipse based Kinetis Design Studio (KDS) using...
| | andybrown.me.uk
2.6 parsecs away

Travel
| | The latest release is now 3.0.0. Be sure to check out the announcement here. I'm excited to announce that version 2.0.0 of stm32plus, the C++ library for STM32 devices has been released including l...
| | abuisman.com
32.1 parsecs away

Travel
| Blog about solving problems with code, mostly Ruby, and other things I have learned working as an engineer and a technical leader