Skip to content

Instantly share code, notes, and snippets.

@Unbreak4ble
Last active August 2, 2024 07:29
Show Gist options
  • Save Unbreak4ble/6d264e75c015a46fbe96ee5927b1210e to your computer and use it in GitHub Desktop.
Save Unbreak4ble/6d264e75c015a46fbe96ee5927b1210e to your computer and use it in GitHub Desktop.
free davinci resolve 18.6.5 studio

step 1

if you don't have this version installed, download here and install it.

step 2

execute the command line bellow on terminal.

sudo perl -pi -e 's/\x00\x85\xc0\x74\x7b\xe8/\x00\x85\xc0\xEB\x7b\xe8/g' /opt/resolve/bin/resolve

it will replace some bytes on executable file.

after that, your program will run fine.

Enjoy :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment