Skip to content

CrackerCat/ResSimplify

 
 

Repository files navigation

ResSimplify

GitHub release License

An open source deobfuscator resources in apk file.

This tool used this open source project

  • ArscBlamer for parsing and editing resources.arsc files

Usage

java -jar res-simplify-[version]-all.jar --in [input apk] --out [output apk]

Using a whitelist from a file to ignore resource names

  1. Create file by name whitelist.txt
  2. Place file in directory with the res-simplify-[version]-all.jar
  3. Enter resource names to ignore

Example of content in whitelist.txt

app_name
project_id

License

Copyright (C) 2021 Mr Isko

This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program.  If not, see <https://www.gnu.org/licenses/>.

About

Deobfuscation resources in apk file

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 96.2%
  • Kotlin 3.8%