From 3adaf0fe307be6057c7ccc0a6f6eb721504f78db Mon Sep 17 00:00:00 2001 From: Evgeny Zinoviev Date: Sun, 30 Dec 2018 02:35:53 +0300 Subject: write readme --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..c8c2be2 --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# sketchtrial + +To bypass Sketch trial verification process you just need to spoof a couple of NSDate calls when the app starts. This repository contains a shared library code that can be inserted (with `DYLD_INSERT_LIBRARIES`) to the Sketch process that spoofs the right `gettimeofday` calls. + +## 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. -- cgit v1.2.3