GithubHelp home page GithubHelp logo

lennonchin / code-confuse-plugin Goto Github PK

View Code? Open in Web Editor NEW
263.0 4.0 55.0 5.21 MB

iOS代码混淆插件;A plugin to confuse codes in iOS Platform.

License: MIT License

Python 100.00%
ios confuse python code confusing classification

code-confuse-plugin's People

Contributors

lennonchin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

code-confuse-plugin's Issues

TypeError: 'NoneType' object is not iterable

指定需要混淆的文件夹路径还有SDK以及输出文件夹之后, 运行脚本会报错

// 为了方便预览, 我分行显示出来
python3 Confuse.py \
-i /Users/xxx/Downloads/Code-Confuse-Plugin-master/Demo/project/file
-s /Users/xxx/Downloads/Code-Confuse-Plugin-master/Demo/System_Frameworks_iOS11 
-o /Users/xxx/Downloads/Code-Confuse-Plugin-master/temp

报错内容为:

Complete write System identifiers into Dict File
Start scanning assign Clean identifiers...
Traceback (most recent call last):
  File "Confuse.py", line 439, in <module>
    clean_identifiers = DealCleanIdentifers(clean_dirs).parse_clean_identifiers()
  File "Confuse.py", line 267, in parse_clean_identifiers
    clean_file_paths = ConfuseBiz.scan_path(self.clean_file_dirs, None, ['h', 'm'])
  File "Confuse.py", line 21, in scan_path
    for input_dir in input_dirs:
TypeError: 'NoneType' object is not iterable

请问这个问题怎么破呢?

Xib问题

如果是通过xib文件加载的话 会因为类名被修改 而导致即使修改了加载方法 可以通过xib name加载 但是xib在关联outlet属性的时候会导致kvc错误

TypeError: 'NoneType' object is not iterable

使用python3的环境报这个错,有遇到过嘛?

Traceback (most recent call last):
File "Confuse.py", line 424, in
system_identifiers = DealSystemIdentifiers(system_dirs).parse_system_identifiers()
File "Confuse.py", line 225, in parse_system_identifiers
system_file_paths = ConfuseBiz.scan_path(self.system_file_dirs, None, ['h'])
File "Confuse.py", line 21, in scan_path
for input_dir in input_dirs:
TypeError: 'NoneType' object is not iterable

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.