ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

macos ventura bug?

Gorge123 opened this issue · comments

Describe the bug

bagbak net.openvpn.connect.app --override
app root: /var/containers/Bundle/Application/918E1062-9B01-4B9E-9D78-9456DB631E9
dump main app
download ...ners/Bundle/Application/918E1062-9B01-4B9E-9D78-9456DB631E9D/OpenVPN
████████████████████████████████████████ | 100% | 6.94Mib/6.94MibFATAL ERROR: se
reason: process-terminated
FATAL ERROR
Error: Script is destroyed
at onScriptDestroyed (/usr/local/lib/node_modules/bagbak/node_modules/frida/

copied executable OpenVPN is still encrypted!

To Reproduce
just try to dump any app

Desktop (please complete the following information):

  • OS: macos 13.1
  • nodejs: v16.14.0
  • frida-node: 16.0.8
  • frida on device version 16.0.8
  • iOS and jailbreak version 14.5.1 checkra1n
  • The app you are trying to work on [e.g. com.example.app] any

i have the same problem

same as #88

The root cause is by frida16, we need to fix this
frida/frida#2447

A known workaround is to downgrade but that's troublesome

v2.5.0 removed frida-fs related code

hi, can add update command to usage option?

thanks