gch1p / sketchtrial

hack Sketch and make the trial never end

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sketchtrial

This is a shared library that spoofs some ObjC method calls to disable Sketch license verification.

Tested on Sketch 58.

Make sure to disable SIP (csrutil disable from Recovery), for more information see below.

Building

git clone https://github.com/gch1p/sketchtrial
cd sketchtrial
make

Launching Sketch

You can use sketch.sh, it's a wrapper script that sets necessary environment variables to insert the lib and launches Sketch (it assumes that Sketch.app installed to /Applications, edit the script if it differs for you).

Important

This hack doesn't work on systems with SIP (System Integrity Protection) enabled, and it's enabled by default since El Capitan. It can be easily disabled from Recovery Mode but it's another layer of security which is always good to have so disabling it permanently is not the wisest idea. I'll implement some solution to bypass this restriction when I have time.

About

hack Sketch and make the trial never end


Languages

Language:Objective-C 79.9%Language:Shell 10.7%Language:Makefile 9.4%