Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 739 Bytes

File metadata and controls

20 lines (17 loc) · 739 Bytes

Android_static_code_analyzer

Run shyam_android.bat
you will presented with a screen which ask for the apk.
give the name of apk which you want to analyze.
also you have to provide the java run time enviornment path

Rest will be taken care by it self

What this android static code analyzer do ?
a. It will decompile the application to smali code for run time debugging
b. It will decompile the application to JAVA code for static code analyzing
c. Creates a Debuggable application.
d. Sign the application
e. Analyze the JAVA code for security issues.


Some part of the code is taken as an Idea from scriptdroid.bat

Happy debugging