Nicky Bloor

Results 11 comments of Nicky Bloor

Thanks for the report @kmifka. I've managed to have a look at this one and it appears that this one might be a known bug in `apktool`. See https://github.com/iBotPeaches/Apktool/issues/1972.

Hi @Aniketh01, if you're just looking to use Objection with these apps then your best bet might be to download the `frida-server` binary and run that on your Android device,...

Hi @kmifka, thanks for the report. I've looked into this one and I'm about to make a minor update so that `patch-apk.py` calls `apktool` with the `--use-aapt2` flag to build...

Hi @shellshocker, thanks for reporting this. I've pushed an updated script to the [debug/zoom](https://github.com/NickstaDB/patch-apk/tree/debug/zoom) branch. This version can rebuild Zoom as a single APK and patch it with `objection`, and...

> @NickstaDB > > Hmm I used the updated version. But it's not working for me. Maybe you can integrate an option to disable patching with objection? > Run `patch-apk...

@shellshocker These are issues with your environment now. The first error is because the path you provided to `--save-apk` is not writable. There's no need to run `patch-apk` via `sudo`....

Glad you've got a single APK now @shellshocker! Let me know if you manage to make any progress on this one and if not I'll have a look when I...

Hi @kmifka, I've just patched Zoom myself but I'm using apktool 2.4.2-SNAPSHOT. Try building apktool from the latest sources. You may also need to modify the `build.gradle` of apktool to...

Sounds interesting! This isn't something I've been approached about before but I'd be interested in seeing the results if you do implement this.

Oh damn, that looks nice. Glad this proved useful to you! Cheers for sharing the updated code.