Knobse
Results
1
issues of
Knobse
So Modulecan't be found by frida on Emulator with houdini arm emulation The following commands all return **null** ``` Module.findBaseAddress('libg.so'); Module.findBaseAddress('/data/app/com.supercell.brawlstars-1/lib/arm/libg.so'); Process.findModuleByName('libg.so'); Process.findModuleByName('/data/app/com.supercell.brawlstars-1/lib/arm/libg.so'); ``` When this lib/module gets loaded this...