frida / frida-node

Frida Node.js bindings
281 stars 65 forks source link

Automatically reload script on change #67

Closed CaledoniaProject closed 2 years ago

CaledoniaProject commented 3 years ago

I'm using frida-trace like this

frida-trace -H 172.16.177.51 -n XX.exe -S XXX.js

How can I reload the script automatically when it's changed? Can you add support of fsevents/inotify/... to frida?

oleavr commented 2 years ago

This is already implemented by frida-trace, so if that doesn't work it's a bug.