NVISOsecurity / disable-flutter-tls-verification

A Frida script that disables Flutter's TLS verification
315 stars 54 forks source link

libflutter.so not found #21

Closed kush9408 closed 6 months ago

kush9408 commented 7 months ago

TypeError: cannot read property ‘add’ of null at disablePinning Getting this error when firing this script.

On further investigation of modules being loaded using the below code.

Process.enumerateModules({ onMatch: function(module){ console.log(‘Module name: ‘ + module.name + ” – Base Address: ” + module.base.toString()); }, onComplete: function(){} });

It was observed that libflutter.so is not there.

TheDauntless commented 6 months ago

Can you share the application you're using the script on? If so, please reopen and link it.

kush9408 commented 6 months ago

I am using memu emulator.