Closed CaledoniaProject closed 2 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?
This is already implemented by frida-trace, so if that doesn't work it's a bug.
frida-trace
I'm using frida-trace like this
How can I reload the script automatically when it's changed? Can you add support of fsevents/inotify/... to frida?