Skip to content

AlanTse1314/nmmp

 
 

Repository files navigation

Add it in your root build.gradle at the end of repositories:

    allprojects {
        repositories {
            //...
            maven { url 'https://jitpack.io' }
        }
    }

Add the dependency

    dependencies {
        implementation 'com.github.TimScriptov:nmmp:Tag'
    }

Convert byte-code to native

    Nmmp(File("path/in.apk"), File("path/out.apk"), File("path/rules.txt"), File("path/mapping.txt"), null/*ApkLogger*/).obfuscate()
    new Nmmp(new File("path/in.apk"), new File("path/out.apk"), new File("path/rules.txt"), new File("path/mapping.txt"), null/*ApkLogger*/).obfuscate();

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 96.3%
  • Kotlin 3.7%