summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2022-06-13 19:21:59 -0400
committerGlenn Smith <glenn@vector35.com>2022-06-14 21:05:39 -0400
commit61175fae519563633cb3691e0b67d0e53d563397 (patch)
tree66d07cf4c408267fe05d4ae55807f5a1965af589
parente02721a6012a3ac92694eb60b0ad71a1db74d0ba (diff)
Debug option to display all IL expression types
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
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