diff options
| author | Mark Rowe <mrowe@bdash.net.nz> | 2025-05-30 09:16:48 -0700 |
|---|---|---|
| committer | kat <kat@vector35.com> | 2025-06-18 10:41:33 -0400 |
| commit | b6b98c07eb8ce704da4edf5a0b16959215a2c450 (patch) | |
| tree | 09fb73e17eb949e489f95acd9beea9ef619ac013 /lang/c/pseudoobjc.h | |
| parent | a7ff3ca06a7684a688628b9afb36398b3a4d9d45 (diff) | |
[ObjC] Prefer displaying id rather than objc_object*
Diffstat (limited to 'lang/c/pseudoobjc.h')
| -rw-r--r-- | lang/c/pseudoobjc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/c/pseudoobjc.h b/lang/c/pseudoobjc.h index d7d63196..5ee3d870 100644 --- a/lang/c/pseudoobjc.h +++ b/lang/c/pseudoobjc.h @@ -47,4 +47,5 @@ public: PseudoObjCFunctionType(); BinaryNinja::Ref<BinaryNinja::LanguageRepresentationFunction> Create(BinaryNinja::Architecture* arch, BinaryNinja::Function* owner, BinaryNinja::HighLevelILFunction* highLevelILFunction) override; + BinaryNinja::Ref<BinaryNinja::TypePrinter> GetTypePrinter() override; }; |
