federicodotta / Brida

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

求解决 #83

Closed shuai19980 closed 3 years ago

shuai19980 commented 3 years ago

image

federicodotta commented 3 years ago

Hi @shuai19980

from the error it seems that you have an error in one NodeJS modules. Probably you have to fix this error before being able to use Frida-Compile

Federico

federicodotta commented 3 years ago

Hi @shuai19980

I investigated better your issue and it is caused by a bug in Brida compilation in presence of nodeJs warnings.

I fixed the issue and released a new Brida pre-release. You can found the fixed version here:

https://github.com/federicodotta/Brida/releases/tag/0.5pre2

Please let me know if your issue is solved.

Federico

ppuuoo commented 3 years ago

降低node版本14完美解决

shuai19980 commented 3 years ago

弄好了,非常感谢