Skip to content
#

obfuscator

Here are 236 public repositories matching this topic...

iOS混淆加固差异化翻新加密工具,模拟人工手动混淆,识别上下文 ,支持继承链、类型识别、方法多参等复杂高级混淆。source-to-source obfuscation of iOS projects,Xcode's refactor->rename. 告别插入毫无关联的垃圾代码、弃用无脑单词随机拼接替换,模拟正常开发,一款最好的混淆最彻底的Mac App Tools。支持OC(Objc、Objective-C)、C、C++(Cocos2d-x、Cocos2dx和Lua游戏开发)、Swift、C#(Unity)混淆,可用于ios马甲包游戏SDK混淆,减少账号调查过机审上架过包过审4.3、2.3.1、2.1

  • Updated Oct 6, 2021
  • Objective-C
rollsch
rollsch commented Jun 3, 2019

Is your feature request related to a problem? Please describe.
If you have XAML Databinding to public members and use ForceRen (because lets assume your project is not a public library so renaming public methods is acceptable) then this will obviously break databinding.

Describe the solution you'd like
I've hacked a solution which extracts all databinding out of the XAML and makes a l

yGuard
thomasbehr
thomasbehr commented Sep 17, 2021
  • Check if Java 15's javac produces invokeconstant byte code instructions for plain Java source code.
    (If yes, postpone until #86 is done.)
  • Check if there are invokeconstant byte code instructions in Java 15's runtime library.
    (If yes, postpone until #86 is done.)
  • Check if ASM supports Java 15 byte code. (If no, update ASM.)
  • Increase the class file version supported by yGuard.

It is

Improve this page

Add a description, image, and links to the obfuscator topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the obfuscator topic, visit your repo's landing page and select "manage topics."

Learn more