vlc_root
This commit is contained in:
parent
6343429850
commit
16e6d59550
|
@ -0,0 +1,7 @@
|
||||||
|
#tek tek calıstır
|
||||||
|
|
||||||
|
cp /usr/bin/vlc /usr/bin/vlc-backup
|
||||||
|
|
||||||
|
needle=$(objdump -d /usr/bin/vlc | grep euid | tail -1 | awk '{print "\\x"$2"\\x"$3"\\x"$4"\\x"$5"\\x"$6;}')
|
||||||
|
|
||||||
|
sed -ir "s/$needle/\xb8\x01\x00\x00\x00/" /usr/bin/vlc
|
Loading…
Reference in New Issue