Backtrack
{% include JB/setup %}
vlc
apt-get install vlc vlc-plugin-pulse mozilla-plugin-vlc
cp /usr/bin/vlc /usr/bin/vlc.bak
hexedit /usr/bin/vlc
Use "Tab" key to start ascii string editing. Then press "/" key. Input the search keyword below.
change from
geteuid._libc_start_main
to
getppid.libc_start_main
Press "Ctrl+X" to save and exit.
Some useful command for hexedit
chromium
apt-get install chromium-browser
Then modify the hex of "/usr/lib/chromium-browser/chromium-browser", which is almost the same as vlc.