From 7a3d16a942c6968bcebe91f8d418e730a2e8477d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Tue, 13 Feb 2024 17:16:44 -0500 Subject: fix improper header alignment in docs, many other improvements --- docs/guide/cpp.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs/guide/cpp.md') diff --git a/docs/guide/cpp.md b/docs/guide/cpp.md index 52e9d087..1da8d817 100644 --- a/docs/guide/cpp.md +++ b/docs/guide/cpp.md @@ -144,6 +144,15 @@ struct __base(Foo, 0) Bar member to point at the corresponding structure. This will significantly improve Binary Ninja's cross references for virtual function calls. +## Template Simplifier + +The [`analysis.types.templateSimplifier`](settings.md#analysis.types.templateSimplifier) setting can be helpful when working with C++ symbols. + +
+ + +
+ ## Example Consider the following C++ program: -- cgit v1.3.1