0% found this document useful (0 votes)
26 views

Readme

The document contains three lines of code to modify files in a DaVinci Resolve application folder using perl commands and codesign to resign the application.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
26 views

Readme

The document contains three lines of code to modify files in a DaVinci Resolve application folder using perl commands and codesign to resign the application.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

perl -pi -e 's/\x74\x7A\xE8\xAD/\x75\x7A\xE8\xAD/g' /Applications/DaVinci\

Resolve/DaVinci\ Resolve.app/Contents/MacOS/Resolve
perl -pi -e 's/\x34\xCF\x3F\x00\x94/\x35\xCF\x3F\x00\x94/g' /Applications/DaVinci\
Resolve/DaVinci\ Resolve.app/Contents/MacOS/Resolve
codesign --force --deep --sign - /Applications/DaVinci\ Resolve/DaVinci\
Resolve.app

Copy those three lines of code and paste one by one on your terminal to run them

You might also like