binaryninja-api icon indicating copy to clipboard operation
binaryninja-api copied to clipboard

[Psuedo-ObjC] Prefer displaying id rather than objc_object*

Open bdash opened this issue 6 months ago • 0 comments

An Objective-C developer would very rarely write objc_object* as id is idiomatic.

This requires updating PseudoCFunction to use its language's type printer rather than always using the default type printer.

bdash avatar May 30 '25 16:05 bdash