Skip to content

smbServer/Pro2Json

Repository files navigation

English | 中文

Pro2Json

A ProGuard to json is useless, is convenient for me to parse the confusion table, to be honest is lazy...

Main Developers:

  • Frish2021
  • Xiaoxijun233(Write Chinese documents)

Development time:

2024/4/14 1:26

How to import dependencies

Step 1. -- Set the source of the Maven repository

maven {
  name 'sunmoonbay'
  url 'https://smbServer.github.io/'
}

Step 2. -- Import dependencies

implementation group: 'xyz.frish2021', name: 'Pro2Json', version: '1.0.0'

How to use this dependencies

Step 1. -- Create two variables, one for the export file and one for the input file.

File inFile = new File(System.getProperty("user.dir"), "mapping.txt"); // input ProGuard mapping
File outFile = new File(System.getProperty("user.dir"), "mapping.json"); // output json mapping

Step 2. -- Create an instance

Pro2Json pro2Json = new Pro2Json(inFile, outFile);

Step 3. -- Invoke the primary method

pro2Json.genJsonMapping(); // Invoke Method

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages