Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A way to listen to the agent messages #3

Closed
Patrick-van-Halm opened this issue May 12, 2024 · 3 comments · Fixed by #4
Closed

A way to listen to the agent messages #3

Patrick-van-Halm opened this issue May 12, 2024 · 3 comments · Fixed by #4

Comments

@Patrick-van-Halm
Copy link
Contributor

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

@pimterry
Copy link
Member

Sounds like a great idea. Would you be interested in opening a PR?

@Patrick-van-Halm
Copy link
Contributor Author

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.

@Patrick-van-Halm
Copy link
Contributor Author

Couldn't lay it to rest and got it implemented haha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants