diff options
| author | Glenn Smith <glenn@vector35.com> | 2023-08-08 17:58:23 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2023-08-29 16:27:06 -0400 |
| commit | 1875328326356054538694240064822492534697 (patch) | |
| tree | b1f124d7cd773074c3a171de010743b52d103092 | |
| parent | bdbb3723755e67004b2e5a79e4abd435709055b0 (diff) | |
Fix block return/noreturn indicator being too subtle
| -rw-r--r-- | binaryninjacore.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index 564fafdb..cd8ef488 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -1776,6 +1776,9 @@ extern "C" GraphNodeLightColor, GraphNodeOutlineColor, GraphNodeShadowColor, + GraphEntryNodeIndicatorColor, + GraphExitNodeIndicatorColor, + GraphExitNoreturnNodeIndicatorColor, TrueBranchColor, FalseBranchColor, UnconditionalBranchColor, |
