Hey guys,
I am complete newbie. I ran the patch below in the utilities' terminal window. When it completed it didn't work and now blocks me registering my software. I've already closed the terminal and DID NOT back up a previous OSX version on time machine. Please can someone explain how I can undo this patch? Thanks!
Here is the patch:
I am complete newbie. I ran the patch below in the utilities' terminal window. When it completed it didn't work and now blocks me registering my software. I've already closed the terminal and DID NOT back up a previous OSX version on time machine. Please can someone explain how I can undo this patch? Thanks!
Here is the patch:
Code:
#!/bin/bash
function msg {
printf "\e[1;32m>\e[m %s\n" "$1"
}
function msg2 {
printf "\e[1;34m>\e[m %s\n" "$1"
}
msg "Patch!"
msg2 "Wait!...Patching!..."
sudo perl -pi -e 's|\x75\x11\x48\x8D\x7D\xD8\xE8|\x90\x90\x48\x8D\x7D\xD8\xE8|g' ...
; (details of perl commands removed by the forum administrators for reasons of privacy)
msg "Completed!"
osascript <<EOT
tell application "Finder"
activate
display alert "Have FUN!..."
end tell
EOT
Last edited by a moderator: