Coder Social home page Coder Social logo

action121 / ios_nqconfusetool Goto Github PK

View Code? Open in Web Editor NEW

This project forked from 2621532542/ios_nqconfusetool

0.0 0.0 0.0 1.53 MB

iOS代码混淆(iOS_NQConfuseTool)是一款运行在MACOS平台的App、完美支持OC和Swift项目代码的自动混淆、支持、文件名、修改资源文件、类名、方法名、属性名、添加混淆函数方法体、添加混淆属性、自动调用生成的混淆代码,功能强大而稳定,全局自动化,安全加固。马甲包混淆工具,最重要的是完全免费。(随机单词拼接)

Objective-C 100.00%

ios_nqconfusetool's Introduction

iOS_NQConfuseTool

重要提示:之前点开始混淆,出现卡顿或无响应, 建议先将pod文件删除, 混淆之后,再pod install.

iOS代码混淆(iOS_NQConfuseTool)是一款运行在MACOS平台的App、完美支持OC和Swift项目代码的自动混淆、支持、文件名、修改资源文件、类名、方法名、属性名、添加混淆函数方法体、添加混淆属性、自动调用生成的混淆代码,功能强大而稳定,全局自动化。马甲包混淆工具,最重要的是完全免费。(随机单词拼接)

前言

最近在看了不少的代码混淆, 就自己尝试的自己写了一个,目前文件路径可将文件直接拖进去。


MGTemplateEngine

MGTemplateEngine是mac平台下的一个代码生成器工具,根据模板和数据自动生成结果。它的使用很简单,语法比较灵活。

NSString *name = @"zcj"

//Hellow {{ name }}!
//打印结果:Hellow zcj!

当然了,MGTemplateEngine也支持循环和条件判断,如下所示:

NSArray *arr = [NSArray arrayWithObjects:
								@"matt", @"iain", @"neil", @"chris", @"steve", nil], @"guys"];

//{% for dude in guys %}
	Current dude is {{ dude | uppercase }}
{% /for %}
//打印结果:Current dude is matt
//Current dude is iain
//Current dude is neil
//Current dude is chris


Is 1 less than 2? {% if 1 < 2 %} Yes! {% else %} No? {% /if %}
//打印结果:Is 1 less than 2? Yes! 

MGTemplateEngine还提供更强大的规则和语法,详细信息请前往官方文档查询,地址:https://github.com/mattgemmell/MGTemplateEngine

总结

工具免费用,全程无连网,使用安全放心,有问题可以留言联系,我看到及时更新和回复。

掌握了代码混淆器的基本使用,我们就可以在遇到类似的场景,做出自己的自动处理方法。文档是copyhttps://github.com/superzcj/ZCJTemplateTool 的,添加垃圾代码功能也是看的这位大佬的,没写过文档,短时间也懒的学,就先随便弄弄。

注:该项目是免费使用的软件,你的点赞是对我最好的支持,当然如果能帮忙分享一下,我将会更加有动力对项目进行持续的优化,谢谢!

ios_nqconfusetool's People

Contributors

2621532542 avatar

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.