Jump to content

how to reverse engineer a android-app?


dil_bert

Recommended Posts

how to reverse engineer a android-app?

 

 

hello dear experts - i want to get the source-code of an App and want to have a closer look at the code.

i need to get the code

then i have to decompile the code

 

well this is the way and method to reverse - engineering

 

how to do this

how to get the source code - from google-play-store.

Link to comment
Share on other sites

  • 6 months later...

On Android, it is even harder because Java bytecode is especially easy to reverse engineer.  For example, you can recover source code by converting the APK to a JAR file (with a tool such as dex2jar) then use a Java decompiler to generate source code for the app (with a tool such as JD-GUI).  Even without source code, it is easy to read DEX bytecode and run target apps in an interactive debugger.

To get more details You may visit: Android Training

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.