AndroPyTool icon indicating copy to clipboard operation
AndroPyTool copied to clipboard

I Can't find APKs with AndroPyTool commands

Open GeniusPudding opened this issue 2 years ago • 7 comments

image

Hi, I tried to use this tool by using docker However, I can't find any target apks during the analysis Is there anything be misused? Thanks!!

GeniusPudding avatar Apr 03 '22 01:04 GeniusPudding

Try to use absolute path to folder or cd evadroid sudo docker run --volume=:apks/ alexmyg/andropytool -s /apks/

Rokasurba avatar Apr 03 '22 15:04 Rokasurba

image

I used that in my directory. However it's still can't find any apks.

GeniusPudding avatar Apr 04 '22 03:04 GeniusPudding

Have you tried using absolute path? I had the same problem on mac'os due to error in my path to folder.

Rokasurba avatar Apr 04 '22 06:04 Rokasurba

Thanks! I found those apks by using abs path image However, there are some ERROR during the analysis "NO VT ANALYSIS FOUND FOR APK"

GeniusPudding avatar Apr 06 '22 02:04 GeniusPudding

This error is displayed when there are no reports received from VirusTotal in specific folder. So I guess you should add VT api keys according to documentation for STEP 3 in order to work.

Rokasurba avatar Apr 06 '22 08:04 Rokasurba

Thanks! I found those apks by using abs path image However, there are some ERROR during the analysis "NO VT ANALYSIS FOUND FOR APK"

Can you share the command which worked for you? I am still facing this issue

RachitKamdar avatar Jun 11 '22 16:06 RachitKamdar

Using abs path worked for me!

RachitKamdar avatar Jun 11 '22 19:06 RachitKamdar