vlc.kur-kos 316 B

12345678910
  1. xdg-icon-resource forceupdate --theme hicolor &> /dev/null
  2. /usr/lib/vlc/vlc-cache-gen -f /usr/lib/vlc/plugins
  3. cp /usr/bin/vlc /usr/bin/vlc-backup
  4. needle=$(objdump -d /usr/bin/vlc | grep euid | tail -1 | awk '{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6;}')
  5. sed -ir "s/$needle/\xb8\x01\x00\x00\x00/" /usr/bin/vlc