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
How do I print the value of the third argument for this function?
CommonUtils::decodeCStringForBase64(char const*, char const*, std::string &)
Currently I can print the first and second argument by using Memory.readUtf8String.
Memory.readUtf8String
The text was updated successfully, but these errors were encountered:
I made a post in my blog about it, if you're still interested.
@stek29 thanks for a detailed explanation. I will try it.
You may also want to check out @oleavr's snippet on frida-codeshare (I added a note about it to post too)
Successfully merging a pull request may close this issue.
How do I print the value of the third argument for this function?
Currently I can print the first and second argument by using
Memory.readUtf8String
.The text was updated successfully, but these errors were encountered: