summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2020-06-01 20:47:55 -0400
committerJosh Ferrell <josh@vector35.com>2020-06-01 20:47:55 -0400
commit9104011c2ec3d2bdb0e6db6b2748f8ca04c64694 (patch)
tree1240a8992b9efb521bf5fd65de591036a33157cf
parentc45819fe4216ab5d3380cc70f6aede6f1d8ca9d5 (diff)
Add DisassemblyOption to block until IL is generated by linearview
-rw-r--r--binaryninjacore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index a3302aea..54f3ffbb 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -546,6 +546,7 @@ extern "C"
// Linear disassembly options
GroupLinearDisassemblyFunctions = 64,
HighLevelILLinearDisassembly = 65,
+ WaitForIL = 66,
// Debugging options
ShowFlagUsage = 128