ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bagbak hangs after downloading the main executable

FieryFlames opened this issue · comments

commented

Describe the bug
Bagbak hangs after downloading the main executable

To Reproduce
Try running bagbak on Discord

Expected behavior
The app shouldn't hang and should continue on with whatever else it needs to do.

Screenshots
If applicable, add screenshots to help explain your problem.
Screenshot 2023-02-01 at 9 07 51 PM

Desktop (please complete the following information):

  • OS: Raspberry Pi OS (Debian 11 bullseye) arm64
  • nodejs: v18.13.0
  • frida-node: v8.19.3
  • frida on device: v16.0.8
  • iOS 12.5.7 with Odysseyra1n
  • com.hammerandchisel.discord

Additional context
Running on a iPod touch 6G, hoping to automate downloading latest Discord version using ipatool and decrypting using bagbak.
Host is a Raspberry Pi Zero 2 W

Check previos issue - Im have the same problem. Im though that its macos trouble. But now it seems that the bug is in frida or just new frida is incompatible with bagbak (.

commented

I just got it working by downgrading Frida on the iPod to v15.2.2 and bagbak to v2.3.1. This should still be fixed ideally.

I just got it working by downgrading Frida on the iPod to v15.2.2 and bagbak to v2.3.1. This should still be fixed ideally.

That's interesting..could be some frida issue

commented

There seem to be multiple issues with bagbak, when using Frida 16.

The one that prevents the download to finish is frida/frida#2447

There seem to be multiple issues with bagbak, when using Frida 16.

The one that prevents the download to finish is frida/frida#2447

thanks a lot for digging the root cause!