|
You are here |
balau82.wordpress.com | ||
| | | | |
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. | |
| | | | |
mcuoneclipse.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Blog about solving problems with code, mostly Ruby, and other things I have learned working as an engineer and a technical leader | ||