Brida icon indicating copy to clipboard operation
Brida copied to clipboard

error: unknown option '-x'

Open aannjjiill opened this issue 1 year ago • 6 comments

Hi,

I'm getting this error every time I press on Attach or Spawn application:

2023-07-16_20-55

I tried running frida-compile.cmd manually without "-x "and got this error again: image Anyone up with the fix?

Thanks Anjil

aannjjiill avatar Jul 16 '23 15:07 aannjjiill

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

federicodotta avatar Jul 17 '23 20:07 federicodotta

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?

image

aannjjiill avatar Jul 18 '23 13:07 aannjjiill

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.

aannjjiill avatar Jul 18 '23 13:07 aannjjiill

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

federicodotta avatar Jul 27 '23 12:07 federicodotta

Hi, I am new to brida. I am also facing this issue.

Have followed the following steps to install:

  1. Install pyro4
  2. Install frida-compile version as advised.
  3. Created the default JS files using create default JS files button and saved them in My Documents folder.

Am getting this following error:

image

JLPung avatar Oct 07 '23 12:10 JLPung

Hi @JLPung,

You have to uncheck "Use old version of frida-compile". Refer to the Wiki for further details.

Federico

federicodotta avatar Mar 23 '24 14:03 federicodotta