s1341

Results 164 comments of s1341

Thanks for looking into this. I'm going to close the issue for now, as I don't see a way forward.

You cannot register a service without root, unfortunately. But you can talk to existing services/content-providers/etc.

This is probably related to the fact that we don't have FDEs for the transformed code, as @oleavr and I discussed recently. You can see failing tests which reproduce this...

Any chance this will be merged? I'd love to be able to specify multiple LDAP domains in some tools using omniauth-ldap.

Whatever we do we need to be careful not to break peoples existing scripts and infrastructure too badly.

Can you please confirm that this issue is present on latest frida (15.0.17)?

Did you specify that the target library be instrumented using the ‘-l’ flag?

This is the result of leaving out some `-l` arguments. There must be a clear line of execution from every function you want stalked back to the entry point. This...

Perhaps tasks can (optionally) implement `task..complete` functions? It would be great if sub-tasks and options would be 'automatically' completed by default. BTW: do you have an example of tasks with...

Ok. Regarding 3: what about hooking fork and ensuring that the state is all in a 'good state' (i.e. nothing is being modified etc.) while we do the actual fork?...