diff options
author | Evgeny Zinoviev <reg@ch1p.com> | 2018-12-30 02:40:21 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-30 02:40:21 +0300 |
commit | fa186a32ffb8bd7c10acc9dad99912b9cde51df5 (patch) | |
tree | 4fd8846ca423827202680ef1a9bf112b157e27e5 | |
parent | 3adaf0fe307be6057c7ccc0a6f6eb721504f78db (diff) |
readme upd
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ # 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. +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 (using `DYLD_INSERT_LIBRARIES`) to the Sketch process that spoofs the right `gettimeofday` calls. ## Building ``` |