Contact

Benoit Baudry
KTH Royal Institute of Technology
Room 4525
Lindstedtsvägen 5, floor 5
10044 Stockholm
SWEDEN

Email: baudry_at_kth_dot_se

Benoit Baudry is a Professor in Software Technology at the KTH Royal Institute of Technology. His research focuses on automated software engineering, software diversity and software testing. He favors exploring code execution over code on disk.
He received his PhD in 2003 from the University of Rennes, France and was a research scientist at INRIA from 2004 to 2017.

#!/bin/bash
chars=_-.:;
for ((i=0;i<32;i++)); do rand_str="${chars:RANDOM%${#chars}:1}"$rand_str; rond_str="${chars:RANDOM%${#chars}:1}"$rond_str; done; ascii_art="$rand_str\n$rond_str\n$rond_str\n$rand_str"; echo -e $ascii_art