-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto object #90
Comments
In your local copy of appmon, can you add the following line
once after this line: appmon/scripts/Android/Crypto/Hash.js#L80 and check your Terminal if you are able to view the captured data in the format you like? If that's working we will have to patch it in the python scripts, otherwise we will have to debug it in a different way. |
No. |
Thanks for the confirmation. Then the bug seems to be in the appmon/scripts/Android/Crypto/Hash.js#L19 Can you try to debug, because at the moment, I don't have the APK and device with me to reproduce. |
Hello @dpnishant , console log is ;
|
@dpnishant and when open this line
this is the log ;
|
@dpnishant , can u help us ? |
Please provide the app and other necessary information to reproduce. |
Hello again @dpnishant , apk adress is . https://www.apkmirror.com/apk/google-inc/youtube/youtube-14-28-55-release/youtube-14-28-55-10-android-apk-download/ |
@gaplan The error is that a javascript object (most probably an Array) is being casted to String instead of being iterated. If you are familiar with javascript, you can re-try by deleting |
@dpnishant |
any updates on this issue? I am encountering the same issue :) |
there is no update yet. |
I want to see arguments (key) of SHA-1 and other crypto operations, but i see "object"
The text was updated successfully, but these errors were encountered: