GithubHelp home page GithubHelp logo

Comments (5)

rollin0-0 avatar rollin0-0 commented on September 26, 2024

详细交流,我可以兼容

from diffhelper.

LuYu001 avatar LuYu001 commented on September 26, 2024

仔细看了下,应该是不能有空格,中文是可以忽略的,能不能也忽略空格的呢?

工具默认不处理包含中文的文件名,建议将以上文件rename成英文后继续(非必需)
如果没有修改,工具会忽略处理这些文件名
	以下文件/文件夹包含特殊符号:
XXXXXXX/QuickStart.playground/Pages/Authorizing Payment.xcplaygroundpage
XXXXXXX/Assets.xcassets/Close Mini.imageset
...
...
...

然后我换了一个简单的测试项目试了一下,.xcodeproj项目文件提示损坏了,无法打开了;
Exception: didn't find classname for 'isa' key

此外可能我对这个工具的需求点不同吧,我的需求是混淆后编译的项目,在反编译后能尽量让攻击者无法理解代码具体的目的,增加破解难度,所以我觉得诸如:

  • 移除代码注释
  • 注释NSLog, (发布版本一般都会采取其他措施去掉log输出)
  • #define abcd @"1234" 更改为 #define afadf @"1234", (对编译后的结果毫无影响)
  • 修改目录文件夹名称
  • 修改属性名称、枚举名称

都是没有必要的(对于我的用途来说).

from diffhelper.

rollin0-0 avatar rollin0-0 commented on September 26, 2024

你是swift的工程?我这个不支持swift哦

from diffhelper.

LuYu001 avatar LuYu001 commented on September 26, 2024

OC 工程,包含一个swift写的framework,测试项目里不含swift

from diffhelper.

rollin0-0 avatar rollin0-0 commented on September 26, 2024

你去readme找一下我的qq,然后沟通吧

from diffhelper.

Related Issues (20)

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.