Hey!
First off -- thanks for building this tool, really looking forward to getting it working!
Not really sure what I'm doing wrong. Whenever I run the tool I get the following error: AttributeError: 'Session' object has no attribute 'enable_jit'.
I've manged to get the tool to running if I comment out session.enable_jit(), however this then prevents any testing in the chrome console. Never used Frida and have searched around the docs / stackoverflow but can't seem to find anyone else with this issue. May have been depreciated? Cheers!
Hey!
First off -- thanks for building this tool, really looking forward to getting it working!
Not really sure what I'm doing wrong. Whenever I run the tool I get the following error:
AttributeError: 'Session' object has no attribute 'enable_jit'.I've manged to get the tool to running if I comment out
session.enable_jit(), however this then prevents any testing in the chrome console. Never used Frida and have searched around the docs / stackoverflow but can't seem to find anyone else with this issue. May have been depreciated? Cheers!