From 9352997c394c9d5dfe9012cea7482f6668217f1e Mon Sep 17 00:00:00 2001 From: Preetam Pinnada <32333548+preetam25@users.noreply.github.com> Date: Sat, 24 Apr 2021 18:36:01 +0530 Subject: [PATCH] Update security_analysis.html adding links to tools used in dynamic analysis section --- security_analysis.html | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/security_analysis.html b/security_analysis.html index ae39aa2..139853e 100755 --- a/security_analysis.html +++ b/security_analysis.html @@ -217,7 +217,7 @@
apktool d -d app.apk out
+ Decode apk in debug mode apktool d -d app.apk out
+ Make it debuggable in the AndroidManifest.xml
application tag <application .. android:debuggable="true"/>
apktool b -d out
+ Build new apk in debug mode apktool b -d out
signapk input.apk
+ signapk input.apk