Skip to content

SaaS场景下代码混淆工具📲 (easy mix release tool)

License

Notifications You must be signed in to change notification settings

niyongsheng/EasyRelease

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(logo) EasyRelease

Introduction

SaaS场景下自动化混淆工具。
Automated obfuscation tools in SaaS scenarios.

Features

  • Auto Configuration
  • Rename Project
  • Delete Annotation
  • Rehash Images
  • Replace Class/Method
  • Code Mix

Screenshot

image

Imagemagick

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install imagemagick

CocoaPods

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

brew install cocoapods

Usage

NTOCC project usage:

  1. Download configuration file NtoccShipper.json or NtoccDriver.json put that .xcodeproj in the same directory;
  2. Import the configuration file under EasyRelease and enter the new project name;
  3. Click Action button;
{
    "isSasS": false,
    "isAuto": false,
    "isAutoPodInstall": false,
    "isRehashImages": false,
    "isDelAnnotation": true,
    "replaceArray": [
        {
            "Type": "class",
            "OldPrefix": "NYS",
            "NewPrefix": "NYSC",
            "Enable": "1"
        },
        {
            "Type": "method",
            "OldPrefix": "NYS",
            "NewPrefix": "NYSM",
            "Enable": "0"
        }
    ],
    "projectFileDirUrl": "file:\/\/\/Users\/niyongsheng\/Desktop\/EasyRelease\/EasyRelease.xcodeproj",
    "projectDirUrl": "file:\/\/\/Users\/niyongsheng\/Desktop\/EasyRelease\/EasyRelease\/",
    "ignoreArray": [
        {
            "name": "Pods",
            "enable": "1"
        }
    ],
    "projectOldName": "EasyRelease",
    "projectNewName": "EasyReleaseNew",
    "version": "1.0",
    "desc": "https://github.com/niyongsheng/EasyRelease"
}

Field about .json

"isSasS": false Manual mode - read from configuration file;

"isSasS": true automatic mode - name .json with the .xcodeproj filename;
"isSasS": true && "isAuto": false Semi-automatic mode - need to specify a new project name, prefix is automatically extracted;
"isSasS": true && "isAuto": true Full auto mode - new item names are randomly generated, prefix is automatically extracted;

Remind

macOS 10.15+

Contribution

Reward🍭 Encourage❤️

Contact Me :octocat:

About

SaaS场景下代码混淆工具📲 (easy mix release tool)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages