vlc_root
This commit is contained in:
parent
6343429850
commit
16e6d59550
1 changed files with 7 additions and 0 deletions
7
bin/vlc_root_calistirma.sh
Executable file
7
bin/vlc_root_calistirma.sh
Executable file
|
@ -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…
Add table
Reference in a new issue