lucapiccolboni / crylogger

CRYLOGGER: Detecting Crypto Misuses for Android and Java Apps Dynamically
MIT License
149 stars 13 forks source link

I have some question,please help me~~~ #1

Closed Followwind4567 closed 3 years ago

Followwind4567 commented 3 years ago

I do all the things , but when i install my apk on emulator and run monkey, it told me no souch file "/tmp/application.cryptolog".I found it on deltas\libcore\ojluni\src\main\java\java\security\CRYLogger.java. I can not create that file, so i change the path to "/data/local/tmp/application.cryptolog". Will it works or something else i should do.Please~help~~help~~~

lucapiccolboni commented 3 years ago

Hi, I don't think you need to change the path of the file application.cryptolog. After running the application with run.py, the file should be located in the folder /data/data/<app_package_name>/cache/. If you don't find that file, then it means that the application hasn't used (yet) one of the Java classes that we have instrumented. Did you try to run the test application that is included in the folder app-test? Thanks!