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

Implement chunking to transfer bulk data #5

Open
miticollo opened this issue Jan 25, 2024 · 8 comments
Open

Implement chunking to transfer bulk data #5

miticollo opened this issue Jan 25, 2024 · 8 comments
Labels
bug Something isn't working

Comments

@miticollo
Copy link
Owner

This issue is for Linux users because it seems that macOS users have no problems.

For more detail see here and here.

@miticollo miticollo added the bug Something isn't working label Jan 25, 2024
@Epic-Oreo
Copy link

Im having this issue on mac, I dont know how to fix it (if i can)

@miticollo
Copy link
Owner Author

  • Did you use the chunking branch?
  • What app?

@Epic-Oreo
Copy link

Epic-Oreo commented Mar 29, 2024

I was not using the chunking branch but now i am. Am getting difrent error of
Compilation failed: [{'category': 'error', 'code': 2307, 'file': {'path': '/Users/{name}/Documents/Ipa/frida-ios-dump/agent/lib/pull.ts', 'line': 0, 'character': 47}, 'text': "Cannot find module 'frida-remote-stream' or its corresponding type declarations."}] Failed to decrypt: compilation failed

Figured that out as you wrote that comment :) thank you :)

im trying to do youtube

@miticollo
Copy link
Owner Author

miticollo commented Mar 29, 2024

Open a new terminal in agent folder and run npm -ddd install to install locally every NodeJS dependencies.
Run script again.

@LaiKash
Copy link

LaiKash commented Jul 24, 2024

Hi! I think I am facing the same exact issue. It's a huge APP so it might be expected, with smaller ones it works:

Injecting script...                                                     

(process:48681): GLib-GIO-WARNING **: 14:42:48.447: _g_dbus_worker_do_read_cb: error determining bytes needed: Blob indicates that message exceeds maximum message length (128MiB)
the connection is closed

Edit: I was not using the chunking branch but it does't work with that one either :)

@miticollo
Copy link
Owner Author

Hi! I think I am facing the same exact issue. It's a huge APP so it might be expected, with smaller ones it works:

Injecting script...                                                     

(process:48681): GLib-GIO-WARNING **: 14:42:48.447: _g_dbus_worker_do_read_cb: error determining bytes needed: Blob indicates that message exceeds maximum message length (128MiB)
the connection is closed```
  • Did you use the chunking branch?
  • What app?

@LaiKash
Copy link

LaiKash commented Jul 24, 2024

Hi! I think I am facing the same exact issue. It's a huge APP so it might be expected, with smaller ones it works:

Injecting script...                                                     

(process:48681): GLib-GIO-WARNING **: 14:42:48.447: _g_dbus_worker_do_read_cb: error determining bytes needed: Blob indicates that message exceeds maximum message length (128MiB)
the connection is closed```
  • Did you use the chunking branch?
  • What app?

Yes! Using the chunking branch. The APP is Uber Driver (it's huge, I know)

@miticollo
Copy link
Owner Author

I decrypted with macOS 13.6.7 three different versions of this app installed on an iPhone 8+ (iOS 16.7.5), iPhone 7 (iOS 13.6.1) and iPhone SE 2020 (iOS 14.4.2). And frida-ios-dump always transfered all files without any problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

3 participants