housenkui/HSKConfuse

无法对工程文件中的文件夹中的代码进行混淆

CoderSQ opened this issue · 0 comments

在confuse.sh中添加grep -h -r -I "^[-+]" $CONFUSE_FILE --include '/.[mh]' |sed "s/[+-]//g"|sed "s/[();,: ^/{]/ /g"|sed "s/[ ]</</"| sed "/^[ ]*IBAction/d"|awk '{split($0,b," "); print b[2]; }'| sort|uniq |sed "/^$/d"|sed -n "/^hsk_/p" >$STRING_SYMBOL_FILE 这行代码,可以对更深的文件进行混淆