NVISOsecurity/disable-flutter-tls-verification

libflutter.so not found

Closed this issue · 2 comments

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.

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

I am using memu emulator.