Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS 14.2 Problem? #19

Closed
idb- opened this issue Nov 19, 2020 · 6 comments
Closed

iOS 14.2 Problem? #19

idb- opened this issue Nov 19, 2020 · 6 comments

Comments

@idb-
Copy link

idb- commented Nov 19, 2020

Updated my iDevice to 14.2 and now GF is not operating as expected. Just received this;

Uncaught RPC error TypeError: cannot read property 'enumerateImports' of null
    at imps (src/modules/symbol.ts:57)
    at apply (native)
    at invoke (src/rpc.ts:19)
    at apply (native)
    at <anonymous> (frida/runtime/message-dispatcher.js:13)
    at c (frida/runtime/message-dispatcher.js:23)
method: symbol/imps args: [ 'CryptoKitPrivate' ]
Uncaught RPC error Error: 0x104e83158 is not executable
    at disasm (src/modules/disasm.ts:55)
    at apply (native)
    at invoke (src/rpc.ts:19)
    at apply (native)
    at <anonymous> (frida/runtime/message-dispatcher.js:13)
    at c (frida/runtime/message-dispatcher.js:23)
method: disasm args: [ '0x104e83158' ]
Uncaught RPC error Error: 0x104e836ec is not executable
    at disasm (src/modules/disasm.ts:55)
    at apply (native)
    at invoke (src/rpc.ts:19)
    at apply (native)
    at <anonymous> (frida/runtime/message-dispatcher.js:13)
    at c (frida/runtime/message-dispatcher.js:23)
method: disasm args: [ '0x104e836ec' ]

May be an issue with frida itself, but figured I would report here just in case.

Also saw this in the GF log;

Welcome to Grapefruit!
[11/19/2020, 4:28:28 PM] unexpected error: Error: TypeError: cannot read property 'enumerateImports' of null
[11/19/2020, 4:28:29 PM] unexpected error: Error: Error: 0x104e83158 is not executable
[11/19/2020, 4:28:29 PM] unexpected error: Error: Error: 0x104e836ec is not executable
@ChiChou
Copy link
Owner

ChiChou commented Nov 20, 2020

This is a bug for restoring previous sessions. It happens when

  1. You've opened disassembler for AppA
  2. You detached the session
  3. Open another session for AppB
  4. Grapefruit tries to disassemble 0x104e83158, which is in the address space of AppA

Basically you can just ignore it and close the previous disassembler tab

@idb-
Copy link
Author

idb- commented Nov 20, 2020

This is a bug for restoring previous sessions. It happens when

1. You've opened disassembler for AppA

2. You detached the session

3. Open another session for AppB

4. Grapefruit tries to disassemble `0x104e83158`, which is in the address space of AppA

Basically you can just ignore it and close the previous disassembler tab

I'm also getting a ton of timeouts. I think this is more of a frida issue than a GF issue.

@ChiChou
Copy link
Owner

ChiChou commented Nov 21, 2020

When?

@idb-
Copy link
Author

idb- commented Dec 7, 2020

When?

I believe it's due to a version discrepancy between the version installed on my device and the one GF uses.

@ChiChou
Copy link
Owner

ChiChou commented Dec 24, 2020

is it solved now?

@idb-
Copy link
Author

idb- commented Dec 24, 2020

is it solved now?

Yes. Everything is working as expected now that I have upped the value for the timeout as per your suggestion on discord and also updating the frida dependency in GF to match the same version as on my device.

@idb- idb- closed this as completed Dec 24, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants