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

[PseudoObjC] Improve how [super ...] calls are displayed

Open bdash opened this issue 8 months ago • 0 comments

  1. Skip displaying the declaration and initialization of the objc_super struct since that's an artifact of how objc_msgSendSuper is called.
  2. Display the message receiver as super rather than &super

bdash avatar May 30 '25 16:05 bdash