You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
just wondering if emulated realm is supprted since trying to set breakpoint on native module when using emulated realm cause following error 04:42:44 [8236] getting register information: q15 [object ArrayBuffer] payload: {'type': 'error', 'description': 'Error: expected a pointer', 'stack': 'Error: expected a pointer\n at value (frida/runtime/core.js:90:1)\n at Function.getAddressTs (/script1.js:1825:18)\n at Function.dispatchContextInfo (/script1.js:2632:34)\n at Function.breakpoint (/script1.js:3729:25)\n at InvocationContext.<anonymous> (/script1.js:3869:27)\n at InvocationContext.replacement (/script1.js:3619:40)', 'fileName': 'frida/runtime/core.js', 'lineNumber': 90, 'columnNumber': 1}
To Reproduce
change core.py and edit attach line to self.device.attach(pid,realm='emulated') , start app and attach to it
set breakpoint on any address for example Module.findExportByName(null,"il2cpp_string_new_len")
Expected behavior
breakpoint will get hit
Smartphone (please complete the following information):
Device: Android Emulator (LDPlayer9) running frida 15.2.2 server
Additional context
logging context show it as empty
Describe the bug
just wondering if emulated realm is supprted since trying to set breakpoint on native module when using emulated realm cause following error
04:42:44 [8236] getting register information: q15 [object ArrayBuffer] payload: {'type': 'error', 'description': 'Error: expected a pointer', 'stack': 'Error: expected a pointer\n at value (frida/runtime/core.js:90:1)\n at Function.getAddressTs (/script1.js:1825:18)\n at Function.dispatchContextInfo (/script1.js:2632:34)\n at Function.breakpoint (/script1.js:3729:25)\n at InvocationContext.<anonymous> (/script1.js:3869:27)\n at InvocationContext.replacement (/script1.js:3619:40)', 'fileName': 'frida/runtime/core.js', 'lineNumber': 90, 'columnNumber': 1}
To Reproduce
core.py
and edit attach line toself.device.attach(pid,realm='emulated')
, start app and attach to itModule.findExportByName(null,"il2cpp_string_new_len")
Expected behavior
breakpoint will get hit
Smartphone (please complete the following information):
Additional context
logging context show it as empty
The text was updated successfully, but these errors were encountered: