magisk-frida
magisk-frida copied to clipboard
Magisk-Frida Conflict with Objection
I was testing objection (https://github.com/sensepost/objection) with Frida today and worked fine using the non-magisk version of Frida but when I installed this version and tried objection I got this error:
`com.doodle.turboracing3d on (realme: 12) [usb] # frida An unexpected internal exception has occurred. If this looks like a code related error, please file a bug report! 'filename'
Python stack trace: Traceback (most recent call last): File "C:\Users\Brian\AppData\Local\Programs\Python\Python310\lib\site-packages\objection\console\repl.py", line 371, in start_repl self.run_command(document) File "C:\Users\Brian\AppData\Local\Programs\Python\Python310\lib\site-packages\objection\console\repl.py", line 185, in run_command exec_method(arguments) File "C:\Users\Brian\AppData\Local\Programs\Python\Python310\lib\site-packages\objection\commands\frida_commands.py", line 38, in frida_environment ('Script Filename', frida_env['filename']), KeyError: 'filename'`