From 61175fae519563633cb3691e0b67d0e53d563397 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Mon, 13 Jun 2022 19:21:59 -0400 Subject: Debug option to display all IL expression types --- binaryninjacore.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/binaryninjacore.h b/binaryninjacore.h index e9713456..381bb948 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -634,7 +634,8 @@ extern "C" // Debugging options ShowFlagUsage = 128, - ShowStackPointer = 129 + ShowStackPointer = 129, + ShowILTypes = 130, }; enum BNTypeClass -- cgit v1.3.1