SkillAgentSearch skills...

Resguard

No description available

Install / Use

/learn @timscriptov/Resguard
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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:resguard:Tag'
    }

Obfuscate resources

    ResGuard(File("path/inFile.apk"), File("path/outFile.apk"), false, null)
    ResGuard(new File("path/inFile.apk"), new File("path/outFile.apk"), false, null);
View on GitHub
GitHub Stars12
CategoryDevelopment
Updated19d ago
Forks5

Languages

Kotlin

Security Score

70/100

Audited on Mar 14, 2026

No findings