You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.
Ventura libraries sometimes have DYLD_CHAINED_FIXUP binds in various Obj-C metadata sections.
Whenever Parser::decode_ptr() is called on one of these binds, iCDump continues its scan with the wrong address causing unintended behavior. This can range from classes not being detected to large logging spam.
Ventura libraries sometimes have DYLD_CHAINED_FIXUP binds in various Obj-C metadata sections.
Whenever
Parser::decode_ptr()
is called on one of these binds, iCDump continues its scan with the wrong address causing unintended behavior. This can range from classes not being detected to large logging spam.I have attached some libraries where this behavior is apparent.
Broken Libraries - Ventura 22G5038d.zip
The text was updated successfully, but these errors were encountered: