From 9104011c2ec3d2bdb0e6db6b2748f8ca04c64694 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Mon, 1 Jun 2020 20:47:55 -0400 Subject: Add DisassemblyOption to block until IL is generated by linearview --- binaryninjacore.h | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.3.1