Skip to content

Hides ObjC ARC runtime functions in IDA's pseudocode

Notifications You must be signed in to change notification settings

onetw0three/ida_objCleaner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

ida_objCleaner

Hides ObjC ARC runtime functions temporarily in IDA's pseudocode so IDA can propagate the types correctly. Tested on iOS 18's dyld_shared_cache and binaries.

Plugin is disabled by default. Press Ctrl-Alt-E or Edit->Plugins->Show/Hide ObjC ARC runtime to enable/disable the optimiser.

Before:

before

After:

after

Installation

Copy ObjCleaner.py to your IDA Plugin directory.

About

Hides ObjC ARC runtime functions in IDA's pseudocode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages