Last active
September 18, 2015 06:24
-
-
Save lamb-mei/fa2da83faae5bdccff7c to your computer and use it in GitHub Desktop.
防止被dylib hook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//在Build Settings中找到“Other Linker Flags” | |
-Wl,-sectcreate,__RESTRICT,__restrict,/dev/null | |
//XCCONFIG | |
OTHER_LDFLAGS= $(inherited) -Wl -sectcreate __RESTRICT __restrict /dev/null | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment