federicodotta / Brida

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

Parameter cannot be passed #123

Open CHINA-china opened 7 months ago

CHINA-china commented 7 months ago

I tried writing an rpc function and found that I couldn't pass in parameter values image image The following is the environment I am using

Brida-0.6-pre
Python 3.7.0
Frida 14.2.18
frida-compile.cmd 10.2

image image image

federicodotta commented 5 months ago

Hi @CHINA-china,

Unfortunately, I cannot replicate your issue. I tried with many different environments and configurations but parameters work correctly.

Only one thing. If you maybe clicked on the "Add parameter" button before inserting the string, for a graphical issue with Java it is possible that you have an empty parameter very difficult to see because very slim. This can cause your issue. In this case, you have to select the empty parameter and remove it. The following picture that describes better what I wrote.

image