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

Edited by Barand
Remove spam link
Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.