Show code of installed android application/ De-compile android application
Hello friends !!!
From today we are sharing information about how to test android application as per OWASP top 10 vulnerability list & its 91 check list points.
Today we are going to discuss about reverse engineering attack on android application and its code viewing.
There are multiple ways through which we can apply reverse engineering attack on android application.
Method 1: Apk tool
Apk tool is useful tool for de compile and re compile application.
Through this tool by giving command : apktool d abc.apk
we can de compile our application and can see its code.
Method 2: Show Java app
Show java is great app through which we can directly show source code file of installed apk as well as by uploading the apk file.
Show java app download
From today we are sharing information about how to test android application as per OWASP top 10 vulnerability list & its 91 check list points.
Today we are going to discuss about reverse engineering attack on android application and its code viewing.
There are multiple ways through which we can apply reverse engineering attack on android application.
Method 1: Apk tool
Apk tool is useful tool for de compile and re compile application.
Through this tool by giving command : apktool d abc.apk
we can de compile our application and can see its code.
Method 2: Show Java app
Show java is great app through which we can directly show source code file of installed apk as well as by uploading the apk file.
Show java app download
Comments
Post a Comment