federicodotta / Brida

The new bridge between Burp Suite and Frida!
MIT License
1.61k stars 207 forks source link

to add -D flag to choose device while calling frida #102

Open mustafairan opened 2 years ago

mustafairan commented 2 years ago

Hi,

I m using multiple devices at the same time. So brida cant chose which one to hook (it uses the first device attached). Could you add a textbox to specify device id and call frida with -D deviceid. I m not sure how pyro work, so it might need some testing in terms of stability.

Regards

federicodotta commented 1 year ago

Hi @mustafairan,

I just added "Device ID" connection mode (and also Host:IP one). You can find those feature in the last build (0.6pre).

Sorry for the big delay but I was busy on other projects.

Please let me know if the release solve your problem.

Federico

mustafairan commented 1 year ago

Hi @federicodotta Thanks for the support. I will try when I have time( it might take long time :)) Btw , the version on the burp appstore is pretty old I guess. It could be great if you could upgrade it

federicodotta commented 1 year ago

Hi @mustafairan,

Yes, no problem! I understand!

Yes, you are right. Maybe I will send the actual pre-release because it may take some time before version 0.6.

Thanks, Federico