Coder Social home page Coder Social logo

hskconfuse's Issues

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

在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 这行代码,可以对更深的文件进行混淆

不知道Swfit有没有类似的方法?

最近在研究Swift的混淆,但是发现还是OC的方案比较多,Swift只找到一个混淆字符串的,不知道对于Swift实例方法楼主有没有什么方法?

Run Script位置问题

建议把Run Script位置放在compile之前。放在compile后面的话,要等一下次编译才会用到上一次的随机字符串替换。

吐槽!

老哥不是我说你自作聪明啊,人家念茜是把文件放到项目根目录,你偏要创建个Resource文件夹放在里面,然而你编译app的时候殊不知这个文件也跟着一起打包到app里面了。人家直接解压你打包好的ipa文件,在app文件夹里面直接就看到你要混淆的类名!
image
虽然看不到混淆后的类名,但是已经知道你那些类名要做混淆了,别人可以慢慢猜

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.