frida / frida-objc-bridge

Objective-C runtime interop from Frida
49 stars 21 forks source link

types: fix: Skip modifiers #56

Closed mrmacete closed 1 year ago

mrmacete commented 1 year ago

This makes type parsing more reliable, especially when dealing with ivars which often times have the "atomic" modifier: exceptions were thrown because the modifiers ended up being treated as unknown types.

oleavr commented 1 year ago

Whoah, great catch! Thanks! :raised_hands: