I'm an idiot.
I typed in my password using this command file.
Am I fucked?
>function msg {
printf "\e[1;32m>\e[m %s\n" "$1"
}
function msg2 {
printf "\e[1;34m>\e[m %s\n" "$1"
}
msg "Ableton Live 9 Suite v9.x.x x64 Patch:"
msg2 "Applying patches..."
sudo perl -pi -e 's|\xFF\x85\xC0\x0F\x89\x39|\xFF\xEB\x06\x0F\x89\x39|g' /Applications/Ableton\ Live\ 9\ Suite.app/Contents/MacOS/Live
sudo perl -pi -e 's|\xFF\x85\xC0\x0F\x89\x0D|\xFF\xEB\x06\x0F\x89\x0D|g' /Applications/Ableton\ Live\ 9\ Suite.app/Contents/MacOS/Live
sudo perl -pi -e 's|\x0F\x94\xC3\x83\xFB\x01|\xBB\x01\x00\x00\x00\x90|g' /Applications/Ableton\ Live\ 9\ Suite.app/Contents/MacOS/Live
sudo xattr -d -r com.apple.quarantine /Applications/Ableton\ Live\ 9\ Suite.app
msg "Live Suite is ready to authorize using the keyfile!"
Did I install a rootkit?
Show us the source code
>>54596168
i thought this is the source code?!
>>54596168
>>54596168
pls respond
>>54596470
perl -pi means you are editing the file in place
You should be fine. You literally just incremented a version string or something equally benign.
Go here to learn what you did if you are still concerned:
http://www.tutorialspoint.com/perl/index.htm
>>54595656
No, all it did was replace some sections in the binary file (probably to patch it), the password was required because it used sudo (most likely needed permissions to edit the Live file). Now piss off.
>>54596541
>>54596577
THANK YOU
I'll fuck off now :^)