Brida
Brida copied to clipboard
error: unknown option '-x'
Hi,
I'm getting this error every time I press on Attach or Spawn application:
I tried running frida-compile.cmd manually without "-x "and got this error again:
Anyone up with the fix?
Thanks Anjil
Hi @aannjjiill,
Please try again with last pre-release I recently uploaded (0.6pre). There is a fix for frida-compile >= 10.
Please try Brida 0.6pre with a version of frida-compile equals to or greater than 10 without flagging the option "Use old version of frida-compile (<10)" and let me know if this fix your issue.
Federico
Hi @federicodotta ,
Thank you for your quick reply. I tried as per the instruction but still getting these errors. May be the JS file path is incorrect? or maybe the frida-complie is not working right?
And do I need to put any JS script in to my mobile device to run it? Fyi, I am using a physical rooted android device here.
Hi @aannjjiill,
Do you created the default JS files using the "Create default JS files" button? This button creates JS files with Frida functions used by Brida (and automatically set the right path in the "Frida JS files folder" field). You always need to start from Brida default JS files because they contain code needed for Brida working. You can then add your own scripts in the brida.js file.
Federico
Hi, I am new to brida. I am also facing this issue.
Have followed the following steps to install:
- Install pyro4
- Install frida-compile version as advised.
- Created the default JS files using create default JS files button and saved them in My Documents folder.
Am getting this following error:
Hi @JLPung,
You have to uncheck "Use old version of frida-compile". Refer to the Wiki for further details.
Federico