frida / frida-clr

Frida .NET bindings
Other
82 stars 36 forks source link

Can anyone know why Script.Message not working when I changed HelloFrida into a Consoal App? #10

Closed hejiheji001 closed 4 years ago

hejiheji001 commented 4 years ago

Here is the Console app. The script is loaded and working well.

Usage: image

But Console will never get data back when I execute send() in the JS script.

Same script works perfectly in Hello.Frida example.

Frida.zip

hejiheji001 commented 4 years ago

Fixed by myself.

Here is the new Frida.zip

Frida.zip

Usage:

image