frida-flutterproxy icon indicating copy to clipboard operation
frida-flutterproxy copied to clipboard

Script not working [TypeError: not a function]

Open coderahsan opened this issue 7 months ago • 1 comments

Hi there , On my other mac the script is running flawless with this same app, but on my macbook air it gives me this error , i even downgraded the frida version and now having same frida versions on both macs.

frida -Uf packaganame-l script.js ____ / _ | Frida 16.3.3 - A world-class dynamic instrumentation toolkit | (| | > _ | Commands: // |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to Android Emulator 5554 (id=emulator-5554) Spawning com.package.app...
cannot find _open Spawned com.package.app. Resuming main thread!
TypeError: no setter for property at (/agent.js:1) [Android Emulator 5554::com.package.app ]-> [] libflutter.so loaded! [] libflutter.so base: 0x76cda98000 [*] package name: com.package.app TypeError: not a function at parseElf (/Users/ahsankhan/Downloads/script.js:409) at init (/Users/ahsankhan/Downloads/script.js:734) at (/Users/ahsankhan/Downloads/script.js:715) at apply (native) at (frida/runtime/core.js:59)

coderahsan avatar May 26 '25 21:05 coderahsan

fixed here

nizar0x1f avatar Jun 16 '25 03:06 nizar0x1f

fixed here

actually not fixed. same error 🤔

racerxdl avatar Dec 10 '25 22:12 racerxdl