We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
IV: TypeError: cannot read property 'toString' of undefined at t (frida/runtime/hexdump.js:20) at onEnter (C:\Users\legen\REPOS\frida-ios-hook\frida-ios-hook\frida-scripts\ios-intercept-crypto-2.js:55) CCCrypt(operation: 0x1, CCAlgorithm: 0x0, CCOptions: 0x2, keyBytes: 0x281c80ca0, keyLength: 0x10, ivBuffer: 0x0, inBuffer: 0x10a3cc800, inLength: 0x5b0, outBuffer: 0x10a35dc20, outLength: 0x5c0, outCountPtr: 0x16b781138)
It won't properly dump the IV value of any of the intercepted CCCrypt methods
The text was updated successfully, but these errors were encountered:
No branches or pull requests
IV:
TypeError: cannot read property 'toString' of undefined
at t (frida/runtime/hexdump.js:20)
at onEnter (C:\Users\legen\REPOS\frida-ios-hook\frida-ios-hook\frida-scripts\ios-intercept-crypto-2.js:55)
CCCrypt(operation: 0x1, CCAlgorithm: 0x0, CCOptions: 0x2, keyBytes: 0x281c80ca0, keyLength: 0x10, ivBuffer: 0x0, inBuffer: 0x10a3cc800, inLength: 0x5b0, outBuffer: 0x10a35dc20, outLength: 0x5c0, outCountPtr: 0x16b781138)
It won't properly dump the IV value of any of the intercepted CCCrypt methods
The text was updated successfully, but these errors were encountered: