All Projects → netindev → scuti

netindev / scuti

Licence: WTFPL License
scuti java obfuscator repository

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to scuti

Obfuscator
iOS工程混淆器是围绕混淆iOS代码过审上架为目标构建出来的 Mac 软件。为应对苹果『4.3-代码重复条款』和『2.1条款』,混淆器通过内置苹果应用分类相关的百万词库修改工程中的文件/目录名、变量属性名和方法名、修改资源的hash、注入强关系强调用的方法代码,注入有调用关系的混淆类文件等手段达到大幅提高马甲包过审率的目的。除此之外,软件内置了一键提交审核、实时查看app的审核状态并嵌入了几个开发效率工具如本地化工具、提取Assets资源、替换AppIcon等。(另外:我们提供马甲包开发、tf签名等服务,有意请🤙 联系QQ:2480619280)
Stars: ✭ 39 (-15.22%)
Mutual labels:  obfuscator
js-confuser
JS-Confuser is a JavaScript obfuscation tool to make your programs *impossible* to read.
Stars: ✭ 38 (-17.39%)
Mutual labels:  obfuscator
ConfuserEx-Mod-By-Bed
Beds Protector | Best free obfuscation out right now
Stars: ✭ 297 (+545.65%)
Mutual labels:  obfuscator
Lua-Obfuscator
Obfuscate your lua code because it's so easy to steal!
Stars: ✭ 69 (+50%)
Mutual labels:  obfuscator
Alom
Alom PHP Obfuscator / Encoder can protect from your codes
Stars: ✭ 50 (+8.7%)
Mutual labels:  obfuscator
myanon
A mysqldump anonymizer
Stars: ✭ 24 (-47.83%)
Mutual labels:  obfuscator
ColonialObfuscator
Java Obfuscator in Beta
Stars: ✭ 23 (-50%)
Mutual labels:  obfuscator
ObFile
ObFile is a python compiler and obfuscator for Windows. It can compile your python programs into exe and you can even add your own custom icons to it. You can also obfuscate the files and compile them into exe.
Stars: ✭ 17 (-63.04%)
Mutual labels:  obfuscator
crack.js
Tool for javascript Encryption confusion cracking
Stars: ✭ 69 (+50%)
Mutual labels:  obfuscator
obfuscator
Obfuscate PHP source files with basic XOR encryption in userland code at runtime.
Stars: ✭ 20 (-56.52%)
Mutual labels:  obfuscator
gnirts
Obfuscate string literals in JavaScript code.
Stars: ✭ 65 (+41.3%)
Mutual labels:  obfuscator
StringFuck
Yet Another String Obfuscator for Android
Stars: ✭ 50 (+8.7%)
Mutual labels:  obfuscator
Bat2Exe
Windows user interface for converting your batch files into executables.
Stars: ✭ 60 (+30.43%)
Mutual labels:  obfuscator
vm-obfuscator
simple virtualization obfuscator
Stars: ✭ 25 (-45.65%)
Mutual labels:  obfuscator
idy
👓 An ID obfuscator for ActiveRecord
Stars: ✭ 15 (-67.39%)
Mutual labels:  obfuscator
code-obfuscation
一款iOS代码混淆工具(A code obfuscation tool for iOS.)
Stars: ✭ 32 (-30.43%)
Mutual labels:  obfuscator
volana
🌒 Shell command obfuscation to avoid detection systems
Stars: ✭ 38 (-17.39%)
Mutual labels:  obfuscator
sus
A now actually pretty good amogus themed javascript obfuscator lol
Stars: ✭ 23 (-50%)
Mutual labels:  obfuscator
UniObfuscator
Java obfuscator that hides code in comment tags and Unicode garbage by making use of Java's Unicode escapes.
Stars: ✭ 40 (-13.04%)
Mutual labels:  obfuscator
data obfuscation
Data Obfuscation for C/C++ Code Based on Residue Number Coding (RNC)
Stars: ✭ 15 (-67.39%)
Mutual labels:  obfuscator

scuti Build Status Codacy Badge

Download

Build

  • Install Maven
  • Go to: ..\scuti and execute mvn clean install

How to use:

java -jar scuti.jar configuration.json

Options:

Obfuscation:

Module Description
Class Encrypt Encrypt all classes, creates a custom class loader and load all them in memory
Control Flow Creates randoms conditionals and put them inside the method
Hide Code Hide all classes and members
Invoke Dynamic Replace invokestatic and invokevirtual with dynamics
Miscellaneous Obfuscation Miscellaneous obfuscation, varargs, local variable renaming, etc
Number Obfuscation Split numbers into operations
Rename Members Rename classes, methods and fields
Shuffle Members Shuffles all class members
String Encryption Encrypt strings (that's obvious lol)

Optimization:

Module Description
Dead Code Remove unused code
No Operation Clean all no operations

Shrinking:

Module Description
Inner Class Remove inner classes
Unused Member Remove all unused classes, methods and fields

Contribute

Any contribution is welcome, just create a pr.

Contacts

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].