David Manouchehri
David Manouchehri
@Kinokoio Re: `libgconf-2.so.4`, GConf is not used in GTK3 (or GNOME).
@Kinokoio I don't use gdb too often, what exactly do I need to do to get the stack at the moment it crashes? I usually just debug line-by-line for my...
The program does exit with 1 though, so won't the stack be empty?
Ah, thanks. I'll give that a shot this week. It runs quite well for me too, it's a rather difficult bug to trigger reliably. You have to start copy-pasting, left/right...
I did not make a request. You emailed me and I told you to ask on GitHub instead.
@robertkrimen Could you merge this?
I have written this ugly workaround, but I'm not sure how to even put it cleanly in a function in my library. ``` script := ` shadow_node = document.createElement("shadow_element"); shadow_node.append(arguments[0].shadowRoot);...
This is my current solution for my specific problem. Not very pretty, or really solving the problem of directly accessing return values though. ```golang // TODO: Don't require passing in...
@cyber What's the temporary extension trick?
Hey @oleavr, what's the release process for Frida on the Cydia repo? I guess this would be pretty similar.