Skip to content

swift5.4-v1.1.0

Compare
Choose a tag to compare
@nevermoe nevermoe released this 20 Mar 13:46
· 11 commits to swift/release/5.4 since this release

This release is DeClang with Swift support! It supports not only Swift but also C, C++, Obj-C that is compiled by Clang.

Usage:

  1. tar -xzf swift-LOCAL-2021-03-20-a-osx.tar.gz -C ~/
  2. Open Xcode and select Xcode->Toolchains->Local Swift Development Snapshot 2021-03-20
  3. Edit your ~/.DeClang/config.json and run!

Sample config.json:

{
    "build_seed": "", 
    "overall_obfuscation": 100,
    "flatten": [
        {   
            "name": "getDeviceInfo",
            "seed": "efd2a9000029c665efd2a9000029c665",
            "split_level": 1
        },  
        {   
            "name": "jailbreak",
            "seed": "efd2a9000029c665efd2a9000029c665",
            "split_level": 1
        }   
    ]   
}