Results 70 comments of NSEcho

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...

Hey, this is great idea, but like you said going for GCancellable would be huge thing. We can always start providing functions with `context` version and over time to cover...

I am thinking whether passing parameter to the functions such as some bool cancellable is easier than creating context versions of functions.

To be honest, I am not quite sure how the `GCancellable` works so I cannot help that much to choose which one is better.