#!/bin/bash export LD_PRELOAD="$HOME/strstr.so $LD_PRELOAD" "$@" #Launch the original process and all arguments