Function mono_get_root_domain()
returns 0x0
if application is started using device.spawn
.
#4
Labels
question
Further information is requested
Hi @freehuntx,
I created a program using frida-inject that spawns a certain Xamarin application and then injects a frida-mono-api based script. Everything works correctly if I use the
frida-mono-api
based script on a target application that is already running.However, if the application is not yet running, I start it using Frida's
await device.spawn(identifier)
, but thefrida-mono-api
based script throws an error.I found out that when I start the application using Frida's
device.spawn
function theMonoApi.mono_get_root_domain()
returns0x0
. I think this is due to the fact that the Xamarin application is not fully initialised yet, but I can't find out how to fix it.Have you experienced this problem before?
The text was updated successfully, but these errors were encountered: