libflutter.so not found
Closed this issue · 2 comments
kush9408 commented
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
Can you share the application you're using the script on? If so, please reopen and link it.
kush9408 commented
I am using memu emulator.