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
There are numerous functions that produce a lot of noise in Objective-C code, examples include:
_objc_retainAutoreleasedReturnValue
_objc_retainAutorelease
These are not often the interesting bits of the function, and it might be helpful if these could be optionally hidden to produce more readable decompilation.
The text was updated successfully, but these errors were encountered:
There are numerous functions that produce a lot of noise in Objective-C code, examples include:
_objc_retainAutoreleasedReturnValue
_objc_retainAutorelease
These are not often the interesting bits of the function, and it might be helpful if these could be optionally hidden to produce more readable decompilation.
The text was updated successfully, but these errors were encountered: