nukedupe
nukedupe
Try the temporary solution from here https://github.com/frida/frida/issues/2176#issuecomment-1214024652
Tried to get more information and have a few variables output values. api: ``` { "module": { "name": "libart.so", "base": "0x70f4895000", "size": 10592256, "path": "/apex/com.android.art/lib64/libart.so" }, "flavor": "art", "addLocalReference": null,...
Temporary solution found see https://github.com/frida/frida/issues/2176#issuecomment-1214024652
Here is a fix in two patches. First patch add tcp support without ssl. Use tcp:// or tcps:// with DOCKER_SOCK. Second patch fixes "not found" problem. ``` @ -10,7 +10,9...
There are two commits to Android runtime/class_linker.h: [7dac864d7eae3d731eeacf55cfc7f71b4df6cee3](https://android.googlesource.com/platform/art/+/7dac864d7eae3d731eeacf55cfc7f71b4df6cee3%5E%21/runtime/class_linker.h) and [fa458ac21af98b3bdde2c62ed86b9c192b994372](https://android.googlesource.com/platform/art/+/fa458ac21af98b3bdde2c62ed86b9c192b994372%5E%21/runtime/class_linker.h) Is function _getArtClassLinkerSpec from [frida-java-bridge/lib/android.js](https://github.com/frida/frida-java-bridge/blob/7b35dd9d664f94c6ff8fa57d18a872a5db046aa9/lib/android.js#L836) the problem? If I understand the comments correctly, the calculation no longer fits due to...
@esauvisky Thanks for the hint. With the small patch it works now ~~at least until a proper solution is found~~ but crash now with same error on injecting a script....
I don't really know which Google Play Store update is to blame. I don't use Google Play Store. Only have microG and Aurora Store on the phone. But as a...
@bluewave41 Downloading binaries from an unknown dude off the internet and running as root isn't the best idea, so I didn't upload any binaries. Attached are the two patches I...
Yes on ansible's side. `setup-Debian.yml` need a patch to ensure php-twig is from buster-backports on Debian 10 before installing phpMyAdmin. Something like: ``` - name: Ensure php-twig from buster-backports is...