Giter VIP home page Giter VIP logo

fjconfuse's Introduction

FJConfuse iOS混淆脚本

iOS混淆-拒绝4.3

重要:记得备份X1 记得备份X2 记得备份X3

介绍

  • 用来混淆iOS
  • 目前只支持oc

功能

  • 增加.h.m添加垃圾代码方法 自定义数量 方法长度等
  • 修改类名前缀 包括.h .m .xib .storyborad
  • 新增垃圾代码文件

使用方法

  • TheProjectPath = '' #项目路径 直接脱进来
  • ThePrefix_New = 'NEW' #类名新前缀
  • ThePrefix_Old = 'OLD' #类名旧前缀
  • TheJunkCode_type = '' #暂无↔️
  • TheJunkCode_count = 5 #生成垃圾代码方法数量
  • TheJunkCode_methodslength = 16 #生成垃圾代码方法长度
  • TheJunkCode_outlength = 10 #生成垃圾代码方法输出长度
  • TheJunkCode_Dir = ['Assets.xcassets','Base.lproj','MJRefresh','xcodeproj','XYTableViewNoDataView'] #过滤输入目录名即可 过滤注入垃圾代码的目录
  • TheJunkCode_Filesuffix = ['.DS_Store','main.m','json','Info.plist'] #过滤文件名 既可以过滤类名修改和垃圾代码注入
  • TheJunkFilePath = '' #垃圾文件目录
  • PCH_Path = '' #PCH路径
  • TheJunkFilePathCount = 5 #文件数量(.h.m为1个)

根据需求 然后运行即可 Python2 环境

   python ggconfusion.py

fjconfuse's People

Contributors

nibajin avatar

Watchers

 avatar

Forkers

formerly

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.