Exetools

Exetools (https://forum.exetools.com/index.php)
-   General Discussion (https://forum.exetools.com/forumdisplay.php?f=2)
-   -   About Android Apps Analysis (https://forum.exetools.com/showthread.php?t=15585)

Mayo 02-04-2014 00:30

About Android Apps Analysis
 
Hello , Dear friends !
I am trying to analyze part of of an Android application codes to find out some way of modification maybe.
The main job shall be de-assembly the code and find out the data file it points to or find out how it processes the data.

There may be some key problems:
1��to find out the main structure of the android app and all its libs
2��to find out the right asm code set to refer to when analyzing the codes
Could you please give me some advice on what tutorial or source to refer to ?

I am a beginner , having only some preliminary knowledge on asm and code analysis from years ago.

Thanks.

[hepL3r] 02-04-2014 03:49

1) it's better to understand apk structure first
2) most android libs/apps aren't native so you will deal with Smali code not asm
3) http://androidcracking.blogspot.co.uk/

Good luck

Debugger 02-14-2014 19:55

1] XAppDbg: XAppDbg is an app development tool that can be used to change parameters in your code during runtime. This can save you a lot of time, since you don��t have to build and run your application for each small change. Go to the XAppDbg page to download and learn more about this open sourced tool.

2]ChkBugReport: This tool is used to quickly examine the output of an Android bug report. It takes the large text file that is output from the Android bug report tool and parses it into a more readable file for easier analysis.

3]APKAnalyser: This is a static, virtual analysis tool which you can use to get a thorough overview of your application architecture. Use it to examine API references, view application dependencies, and disassemble bytecodes in Android apps.

4]AppXplore: With the AppXplore tool, you can go through all the apps installed on your Android device and dissect many application details – app version, package names, certificates, permissions, signatures, activities, and lots of other information that would not be normally viewable from the device.

5]Memory Analyzer (MAT): The Eclipse Memory Analyzer is a fast and feature-rich Java heap analyzer that helps you find memory leaks and reduce memory consumption.

hope it helps.

Mayo 07-23-2014 14:55

Thanks a lot ! Somehow I cann't find the SAY-THANKS button ...

Leonardo 07-23-2014 16:12

nice stuff debugger appreciated

D3COD34 07-23-2014 21:50

very useful stuff debugger nice catch


All times are GMT +8. The time now is 17:32.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2026, vBulletin Solutions, Inc.
Always Your Best Friend: Aaron, JMI, ahmadmansoor, ZeNiX