Open Azulath opened 3 years ago
That's a very interesting project, thanks for linking it. I don't know why the build script is failing for you, I will have to look into it. I am a bit busy now, but I will try to incorporate the project you referenced in a Magisk module somehow.
In any case, I would create another module magisk-strong-frida
to avoid more problems
I was more considering to release two zips every update, especially since the Magisk repo is discontinued and this will the the official module channel. Should be trivial. The link to strong Frida is dead btw.
There's another repo that uses Actions to patch and compile "strong" Frida: https://github.com/hzzheyang/strongR-frida-android
Here is another repo : https://github.com/zixing131/strongR-frida/releases/tag/15.1.17
Hello, this is not Magisk related, but how to get frida and frida-tools working with strongR-frida-android server versions on client side?
Traceback (most recent call last):
File "xxxxxxx.py", line xxx, in <module>
pid = device.spawn(["xxxxxxxxxxxx"])
File "C:\Python37\lib\site-packages\frida\core.py", line 86, in wrapper
return f(*args, **kwargs)
File "C:\Python37\lib\site-packages\frida\core.py", line 968, in spawn
return self._impl.spawn(program, **kwargs)
frida.InvalidArgumentError: undefined symbol: main`
I also had the same issue but I couldn't find solution for it :(
There's another repo that uses Actions to patch and compile "strong" Frida: hzzheyang/strongR-frida-android
I've created a fork for it.
https://github.com/MicroCBer/magisk-strongR-frida
Here is yet another one: https://github.com/FriRebuild/magisk-strongR-frida
Edit: oh it's the same one it just got moved to its own organization. Btw @MicroCBer I'd suggest to add a small note in the README explaining the difference between the fork and virb3/magisk-frida with maybe a link to find more information about strong-frida.
@ViRb3 FYI https://github.com/Magisk-Modules-Alt-Repo
In order to avoid Frida being detected by various applications it would be beneficial if the following could be integrated: https://github.com/feicong/strong-frida
I didn't want to create a separate, maybe related issue but I cloned the repository and wanted to adjust the URLs to point to strong-frida but now I'm getting the following error: