dil_bert Posted December 17, 2017 Share Posted December 17, 2017 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. Quote Link to comment Share on other sites More sharing options...
requinix Posted December 18, 2017 Share Posted December 18, 2017 There are ways but we can't really help you with that. Quote Link to comment Share on other sites More sharing options...
rajsharma Posted July 7, 2018 Share Posted July 7, 2018 (edited) 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 July 7, 2018 by Barand Remove spam link Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.