summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGlenn Smith <glenn@vector35.com>2021-07-09 18:40:47 -0400
committerGlenn Smith <glenn@vector35.com>2021-07-09 18:40:47 -0400
commitf6c0411eeee5c230fd5184bc75fb4a69b993d673 (patch)
treeb89f799df53f25875a260fd50ae1959fe5de65e0
parent3808f91664f9632eb9d754a1ff99447b50468b36 (diff)
Optionally annotate LLIL blocks and instructions with stack pointer
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index bbb96497..8af593c5 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -598,7 +598,8 @@ extern "C"
IndentHLILBody = 67,
// Debugging options
- ShowFlagUsage = 128
+ ShowFlagUsage = 128,
+ ShowStackPointer = 129
};
enum BNTypeClass