diff options
| author | Brian Potchik <brian@vector35.com> | 2021-03-31 23:16:52 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2021-03-31 23:16:52 -0400 |
| commit | f10dc1e46af513bbc655003b8b722d8f05f7ccc2 (patch) | |
| tree | 996bca9ccd2c48106cd696cf4356b66d69558e09 /binaryninjacore.h | |
| parent | b4848827fac197dcdf496dc8a749b8705ee34840 (diff) | |
Maintain preferred IL view when navigating among views which don't support ILs.
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h index b7bfa919..6bb9079d 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -562,6 +562,7 @@ extern "C" enum BNFunctionGraphType { + InvalidILViewType = -1, NormalFunctionGraph = 0, LowLevelILFunctionGraph = 1, LiftedILFunctionGraph = 2, |
