binaryninja-api
binaryninja-api copied to clipboard
[ObjC] Display selectors as @selector(...)
This matches how selector literals are expressed in Objective-C source code: @selector(doAThing:) rather than a C string literal of "doAThing:".