Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pysambrero committed May 4, 2020
2 parents 127432b + 1e27481 commit 1226428
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# revenge_studio
# Smali Reverse Engineering Studio
This is a web IDE (integrated development environment) for smali files based on apktool.
this tool is very helpfull for reverse engeniering android apk file.
this tool is very helpfull for reverse engineering android apk file.
this tool is not intented for hacking, so Please make sure that decompilation of binary codes
is not prohibited by the applicable license agreement or that you obtained permission to
decompile this binary code from the copyright owner.
Expand All @@ -20,3 +20,13 @@ Features:
- adb installer

and so many other features...

You can build your own executable jar file by using maven commands:<br/>
mvn clean<br/>
mvn package <br/>
and go to "target" folder and you will find an executable jar called "Android-RevEnge.jar" then double click on it.<br/>
Or you can download the demo jar [here](http://www.mediafire.com/file/3i804dgusa5hph4/Android-RevEnge.jar/file)<br/> packaged with Apktool v2.4.1

Once launched, Revenge studio wil open the login page in your default browser, then you can login with username "admin" and password "admin".<br/>

This project was tested on windows 7,8 10, it may not work on linux based operating systems. I will try to fix this issue, if I have time.

0 comments on commit 1226428

Please sign in to comment.