Kali 2.0 has a big problem when running VLC, infact it doesnt even RUN it at all. This probably due to the bugs in the new kali updates.I solved this problem by typing the following commands:
Step 1: Open Your Terminal
Step 2: Type in "cp /usr/bin/vlc /usr/bin/vlc a" and press enter
Step 3: Type in "needle=$(objdump -d /usr/bin/vlc | grep euid | tail -1 | awk '{print "\x"$2"\x"$3"\x"$4"\x"$5"\x"$6;}')" and press enter
Step 4: Type in "sed -ir "s/$needle/\xb8\x01\x00\x00\x00/" /usr/bin/vlc" and press enter.
Your VLC should be alright by now. Enjoy...


Post a Comment