expose frida-gum underlying writer object to allow users to use funct…
…ions that are not exposed in
I'll accept this... but I'd prefer we add all the missing methods, can you open a PR to do so?
@s1341
I added bindings for gum_arm64_writer_put_nop which is the main one I needed but there are dozens of functions for the writer and the stalker in Frida so I don't think it's realistic to add a wrapper for all of them...
I think we really should wrap them all....
@s1341 From a quick look seems there are 83 functions for the GumArm64Writer alone and 47 functions for the GumStalker, while some of them accept non-trivial parameters, so I think it's a bit out of the scope of this PR to wrap them all... any chance to merge the current change in the meantime?
Please open a new PR for the rest.