-
Notifications
You must be signed in to change notification settings - Fork 188
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
混淆不起作用 #10
Comments
@wanyijun 是release环境吗? |
Demo是OK的 但是集成到自己的项目 还是不行~步骤是一样的 |
下面时我class-dump出来的控制器头文件
只有第二个人被加密了 stop和cancel方法都没有加密 |
问题2:就是多参数方法只能加密第一个参数
} 加密后
|
@wanyijun 你的第二个参数的名字和系统的一些方法同名了,不能混淆,混淆系统方法就报错了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
STCDefination里有值~#ifndef ViewController
#define ViewController STCB8D9CC63982139C987E74954B9F4E4BA
#endif
#ifndef AppDelegate
#define AppDelegate STC31CD7117D188FA25D36B7A95B78E6771
#endif
#ifndef aaaaaa
#define aaaaaa STC5114205405B2108905EFA301C6B4F623
#endif
#ifndef four
#define four STCD6E08330948E51626287C55DACB50D28
#endif
#ifndef two
#define two STCE2F3AD4F81EC158F9F342DD99CD8503B
#endif
#ifndef andArr
#define andArr STCC733FC5835E3ADB01F5AB9AAA10598E3
#endif
#ifndef three
#define three STC6F8C896E3DF0B3F8B986911131582222
#endif
confuse.json里也有值
{
"STCE2F3AD4F81EC158F9F342DD99CD8503B" : "two",
"STC5114205405B2108905EFA301C6B4F623" : "aaaaaa",
"STCD6E08330948E51626287C55DACB50D28" : "four",
"STC6F8C896E3DF0B3F8B986911131582222" : "three",
"STC31CD7117D188FA25D36B7A95B78E6771" : "AppDelegate",
"STCC733FC5835E3ADB01F5AB9AAA10598E3" : "andArr"
}
但是用class-dump导出头文件还是没有加密的
The text was updated successfully, but these errors were encountered: