NSEcho
NSEcho
What is the error you get
What is your os architecture and which devkit architecture did you download
That is the goal to have until frida-go is at `v1.0.0` but this would require adding the support to Meson for frida-core. I dont have much time to work on...
Hey there @Ackites, I am a bit short on time but if you have it, frida can now be built using mingw so we could use that to add support...
@Fripine if you have time to work on it, feel free to do so. I will be more than happy to review it
Good point, feel free to PR this
This is due to using `Module.unsureInitialized("CoreFoundation")`, if there is no `CoreFoundation` loaded gum throws an error which crashes the app. This should probably be replaced with non-crashing code and at...