ChiChou / bagbak

Yet another frida based iOS dumpdecrypted. Also decrypts app extensions

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tinycc: undefined symbol '__aeabi_memset'

Magic-Unique opened this issue · comments

ENV

  • iPhone 5 (10.3.3)
  • MacOS (10.15.4)
  • node(v12.1.0)
  • Frida for 32-bit devices 12.9.4)
  • Frida for nodejs (12.9.4)

Log

Kill task, and execute bagbak:

FATAL ERROR
[Error: Unable to launch iOS app: The operation couldn’t be completed. (FBSOpenApplicationErrorDomain error 1.)]

Launch app manually, and execute bagbak:

dump main app
FATAL ERROR
Error: Linking failed: tcc: error: undefined symbol '__aeabi_memset'
    at [anon] (native)
    at prepare (agent/dump.ts:104)
    at frida/runtime/message-dispatcher.js:15
    at o (frida/runtime/message-dispatcher.js:25) {
  name: 'Error'
}

Internal issue of frida. Reported to oleavr

Use dumpdecrypted instead on 32bit devices.