We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Compile the malloc() interceptor shared object library:
gcc -O2 -Wall -o hamachid-patcher.so -shared hamachid-patcher.cc ^ double cc instead of c in the last filename
Rename /opt/logmein-hamachi/bin/hamachid to /opt/logmein-hamachi/bin/hamachid.org
mv /opt/logmein-hamachi/bin/hamachid /opt/logmein-hamachi/bin/hamachid.org
^^^ Missing sudo
cp hamachid-patcher.so /opt/logmein-hamachi/bin/ cp hamachid /opt/logmein-hamachi/bin/
^^^ I think these should be 2 commands not one, also missing sudo.
/etc/init.d/logmein-hamachi stop /etc/init.d/logmein-hamachi start
^^^ I think these should be 2 commands not one, also missing sudo
Also please add code formatting to codes for the terminal with the <> button in github code editor. Thanks a lot for your effort :)
<>
The text was updated successfully, but these errors were encountered:
Compile the malloc() interceptor shared object library: gcc -O2 -Wall -o hamachid-patcher.so -shared hamachid-patcher.cc ^ double cc instead of c in the last filename Rename /opt/logmein-hamachi/bin/hamachid to /opt/logmein-hamachi/bin/hamachid.org mv /opt/logmein-hamachi/bin/hamachid /opt/logmein-hamachi/bin/hamachid.org ^^^ Missing sudo cp hamachid-patcher.so /opt/logmein-hamachi/bin/ cp hamachid /opt/logmein-hamachi/bin/ ^^^ I think these should be 2 commands not one, also missing sudo. /etc/init.d/logmein-hamachi stop /etc/init.d/logmein-hamachi start ^^^ I think these should be 2 commands not one, also missing sudo Also please add code formatting to codes for the terminal with the <> button in github code editor. Thanks a lot for your effort :)
Probably right. I did compile and install as root, that is why it was not required for me...
Sorry, something went wrong.
No branches or pull requests
Compile the malloc() interceptor shared object library:
gcc -O2 -Wall -o hamachid-patcher.so -shared hamachid-patcher.cc
^ double cc instead of c in the last filename
Rename /opt/logmein-hamachi/bin/hamachid to /opt/logmein-hamachi/bin/hamachid.org
mv /opt/logmein-hamachi/bin/hamachid /opt/logmein-hamachi/bin/hamachid.org
^^^
Missing sudo
cp hamachid-patcher.so /opt/logmein-hamachi/bin/ cp hamachid /opt/logmein-hamachi/bin/
^^^
I think these should be 2 commands not one, also missing sudo.
/etc/init.d/logmein-hamachi stop /etc/init.d/logmein-hamachi start
^^^
I think these should be 2 commands not one, also missing sudo
Also please add code formatting to codes for the terminal with the
<>
button in github code editor. Thanks a lot for your effort :)The text was updated successfully, but these errors were encountered: