Quantcast
Channel: xda-developers - Android Software and Hacking General [Developers Only]
Viewing all articles
Browse latest Browse all 3614

Android Reverse Toolkit

$
0
0
I want to share my Tool I made yesterday in a couple of hours. I was just sad about all the steps which have to be done until you have a proper codebase of an android app (apk) so I automated some processes.

You might think "this guy have only 1 post I can't trust him !!!" I would probably think the same but I'm here on xda actually pretty long but just read as anonymous user without an account and now I just wanted to give something back so I created an account.

My Tool includes following thirdparty software:
  • jad (decompile .class files)
  • dex2Jar (converts apk files into .class files)
  • apktool Decompile (is used for extracting resources and Smali code)
  • apktool build (is used to build the smali code into an apk again)
  • testsign.jar (is used to sign the build apk file)

Features:
Decompile assets
Decompile resources
Decompile smali files
Decompile java files

Build apk from smali source
Sign build apk
Nice gui with drag and drop

The application is written in java so it should probably work on all operating system (not sure because jad isnt written in java so I have to use os specific files)

Screenshot:
i.imgur.com/U85AU.png

Virustotal
virustotal.com/file/69601c98a25edf2fcb22b94fb58863848a4cd4a7ee0a39b4ad 40de54c086f102/analysis/1358111315/

Download: ul.to/5hy2wf9x

Viewing all articles
Browse latest Browse all 3614

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>