Leon Jacobs
Leon Jacobs
Hey, sounds awesome and thank you for taking the time! 🙌 I was wondering about this one, and also had some thoughts about it: - Maybe we could just update...
This looks like a problem with the ACL decoding logic [here](https://github.com/sensepost/objection/blob/master/agent/src/ios/keychain.ts#L190). I don't have an app atm the I know uses iCloud Keychain, but I think a start may be...
Yeah I think this will be good. A PR would be awesome. Right now we catch `send()`'s with [this](https://github.com/sensepost/objection/blob/master/objection/utils/agent.py#L39) `on_message` handler and log output to the logfile located at `~/.objection/objection.log`...
Hook generation is the way as there is no generic way to know the type of the arguments / return values. We could look at an optional parameter to try...
Since Frida 12.11 I think this is totally possible yeah! `frida-tools` got [this commit](https://github.com/frida/frida-tools/commit/9c41977dd221f70d7ecf31d647ad9219104d5396) to pass on extra args, which also relates to the 12.11 release notes [here](https://frida.re/news/2020/07/24/frida-12-11-released/) mentioning the...
Hey, does this relate to using a byte array instead of the base64 encoding used for file transfers, or does this relate to something else?
I think I understand! We will have to sniff the argument type on the hook I think and handle byte arrays if we come across them separately. Keeping this one...
I would need a test case to replicate to work on this.
This being an open issue means it's still on the radar. However, I am just spread too thin at the moment to look at this right now.
This is not something I test/build for, but if you could paste the error you got, maybe there is a small change we can make to have it work in...