A way to listen to the agent messages
Patrick-van-Halm opened this issue · 3 comments
An enhancement of this system would be to be able to listen to the agent messages. Since Frida has the ability to send and receive messages from scripts. This could be handy for when certain commands need to be executed or an unhook functionality needs to be called.
The implementation of this is within the RPC system of Frida: RPC.vala and in Frida-node in Script.ts
Sounds like a great idea. Would you be interested in opening a PR?
Sounds like a great idea. Would you be interested in opening a PR?
I've tried looking into the how but I unfortunately have too little experience with the DBus system and so I might take a crack at it at a later date or if someone knows how to easily implement it can do it before me.
Couldn't lay it to rest and got it implemented haha