Skip to content

gebeto/macos-hacks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MacOS Apps Hacks

This is a shared libraries that spoofs some ObjC method calls.

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

Hacks

Application Link
Things 3 Trial things-trial
Bear bear-pro
Sketch sketch-trial
VPN Master vpn-master-vip

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.

Building

git clone https://github.com/gebeto/macos-hacks
cd macos-hacks
cd <APPLICATION>
make

Launching Applications

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