Add Frida support #566
Replies: 3 comments 3 replies
-
I'm not familiar with Frida, and the documentation looks confusing. Can you explain what features should it support? As I understand, I need to use the official
|
Beta Was this translation helpful? Give feedback.
-
The basic idea would be to get In using this project, in the background I've copied across the latest It makes sense to abstract this out into a web app (this project). If you would like to see what a working implementation of this looks like, head over to Corellium. Spin up an Android device. You will find how they have implemented Frida. If you could do this with the use of ones own physical device, again, this would be mind-blowingly amazing. |
Beta Was this translation helpful? Give feedback.
-
Hi everyone, Regarding the technical overview of frida Some fine folks over at httptoolkit already developed a browser-based javascript interface for this communication here. This requires the exposed WebSocket port to be forwarded / bound to The current issue i am stuck with is that the frida-server expects websocket communication but when forwarding an device-port using webadb like so:
the returned A second possibility would be binding the Do you have any ideas on how to force the WebSocket communication over the AdbSocket? Thank you and best regards! |
Beta Was this translation helpful? Give feedback.
-
Hello there,
I stumbled across this project last night and it's such a great idea. From a security testing perspective, we utilize Frida to perform security assessments. A
frida-server
component is copied across to the phone and a client-sidefirda
component connects tofrida-server
to issue commands and load scripts.Adding
frida
(server and client) support to this project would be mind-blowingly amazing.Beta Was this translation helpful? Give feedback.
All reactions