Skip to content

I was super bored to run 3 commands on terminal so i wrote a script to do it ~42~

Notifications You must be signed in to change notification settings

AnnaAnge/reverse_apks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 

Repository files navigation

reverse_apks

I was super bored to run 3 commands on terminal so i wrote a script to do it.

Could be a Douglas Adams quote, but it's not. You're just in the 0 humour side of github! 💩

How to use it?

chmod +x apk_reverse.sh
./apk_reverse.sh /path/to/your/file.apk

What's the meaning of this?

If you want to reverse engineer for ethical security testing an .apk file (which is the executable of an Android app) then you can use apktool and dex2jar.

So this app does this for you or me 😈.

[update] I've also included a keyword search in the .jar files.

What do i need?

Well, you actually need a linx distro and the following tools downloaded and properly configured:

apktool
d2j (dex2jar)
jd-gui

About

I was super bored to run 3 commands on terminal so i wrote a script to do it ~42~

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages