FuzzCon Talk about Automotive Security

I gave a Talk about historical vulnerabilities in the automotive space at FuzzCon Europe Automotive Edition 2022. I showed some classical car hacks and exemplified how software testing methodologies such as fuzzing or static analysis could have detected them. You can find the slides and video online. All my publications... [Read More]
Tags: automotive, car hacking, fuzzing, clang, static analysis

Profile and Optimize C++ Code

I made a small write up how to identify slow parts of C++ code with Linux’ perf and pprof and replace inefficient data structures. You can find the write up in the project section.
Tags: C++, adventofcode, ordered set, bit

Covid-19 Bokeh Dashboard Writeup

I made a little write up for the interactive Covid-19 dashboard I created in Python with Bokeh, Pandas, Numpy etc. The content ranges from the getting the data, preprocessing it with pandas to creating an interactive plots with Bokeh, creating a Rest-Api, and finally hosting it on the internet. You... [Read More]
Tags: Bokeh, Dashboard, Numpy, Pandas, Python, Tornardo, Rest, Heroku, Covid-19, Corona

Book available

Our book “Invasive Computing for Mapping Parallel Programs to Many-Core Architectures” is now published by Springer. This book is based on my dissertation and summerizes the research I have been involved for the last 7 years.
Tags: Springer, book, invasive computing, timing analysis, security, hybrid mapping

Kicker Manager Game as Constraint Knapsack Problem

I did some quick write up for the Kicker Manager game optimizer. The goal of this popular game in Germany is to select a team of real Bundesliga players with a given budget to yield maximal points. The write up can be found here and the sources are on github.... [Read More]
Tags: optimization, kicker, evolutionary algorithms, SAT, Bundesliga