Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
housenkui authored Oct 15, 2017
1 parent d596f15 commit e12fb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# HSKConfuse
# 阅读本篇文章,需要先会[class-dump.](https://cnbin.github.io/blog/2015/05/21/objective-c-class-dump-an-zhuang-he-shi-yong-fang-fa/) O(∩_∩)O谢谢。
# 阅读本篇文章,需要先会[class-dump.](http://www.jianshu.com/p/025fa775f3a6) O(∩_∩)O谢谢。
iOS代码混淆
最近三年一直待在银行做App,由于银行对安全要求较高,所以iOS的代码必须要有混淆的措施,初期实施了念茜姐的混淆方案,但是领导说,我们要自动混淆,方法名字不能一个一个的添加到func.list中,所以方法名只能从.m和.h文件中抽取了,但是如何屏蔽系统的方法名,暂行的策略是:将自己定义的方法名全部添加一个前缀。

0 comments on commit e12fb56

Please sign in to comment.