Leon Jacobs

Results 139 comments of Leon Jacobs

Unfortunately I can't see the problem in that output. Ultimately, you will need to manually debug why apktool fails. Also, please don't add more comments to this feature request. It...

Thanks for the report! So the crash happens [here](https://github.com/sensepost/objection/blob/1.9.6/agent/src/android/hooking.ts#L116), but you have already debugged why as well with your script. objection currently does not enumerate extra class loaders before attempting...

While this is not the ideal solution, in the interim you may run once off commands with [`objection run`](https://github.com/sensepost/objection/blob/master/objection/console/cli.py#L214). Something like `objection run "env" | grep -i BundlePath` should get...

Yeah that would definitely be possible! Would probably take me a while to add that as my focus is currently on the agent rewrite, but if you are interested in...

Good idea. This feature request is also be an excellent candidate for someone that wants to get their hands dirty on something easier!

I gave this a quick bash this morning and could not reliably get the app group directory using the enumerated bundle identifier for the application. Help with an objective-c implementation...

Hey, there are no immediate plans for something like this. Sounds like an interesting contribution though :)

This makes complete sense to me. I've long wondered if a container was worth it (for my own use case anyways) given the pains of USB passthrough with Docker on...

> This is fantastic news - are there any details on that yet? It's based on this idea: https://www.nowsecure.com/blog/2020/01/02/how-to-conduct-jailed-testing-with-frida/ where the [`frida-apk`](https://github.com/frida/frida-tools/blob/main/frida_tools/apk.py) tool does what you'd need for Android now....

This *could* be because we are defaulting to `rw-` [pages](https://github.com/sensepost/objection/blob/4df9391e197e5c0547153019c503bff5b8c799e5/objection/commands/memory.py#L76). We could consider making the protection used an argument so that it could be changed to say `r--` only.