From b6b98c07eb8ce704da4edf5a0b16959215a2c450 Mon Sep 17 00:00:00 2001 From: Mark Rowe Date: Fri, 30 May 2025 09:16:48 -0700 Subject: [ObjC] Prefer displaying id rather than objc_object* --- lang/c/pseudoobjc.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'lang/c/pseudoobjc.cpp') diff --git a/lang/c/pseudoobjc.cpp b/lang/c/pseudoobjc.cpp index 7794e938..9b6dd0c7 100644 --- a/lang/c/pseudoobjc.cpp +++ b/lang/c/pseudoobjc.cpp @@ -2,6 +2,7 @@ #include "binaryninjaapi.h" #include "highlevelilinstruction.h" +#include "objctypes.h" #include #include #include @@ -518,3 +519,8 @@ Ref PseudoObjCFunctionType::Create( { return new PseudoObjCFunction(this, arch, owner, highLevelILFunction); } + +Ref PseudoObjCFunctionType::GetTypePrinter() +{ + return new PseudoObjCTypePrinter(); +} -- cgit v1.3.1