diff options
| author | Josh Ferrell <josh@vector35.com> | 2020-06-01 20:47:55 -0400 |
|---|---|---|
| committer | Josh Ferrell <josh@vector35.com> | 2020-06-01 20:47:55 -0400 |
| commit | 9104011c2ec3d2bdb0e6db6b2748f8ca04c64694 (patch) | |
| tree | 1240a8992b9efb521bf5fd65de591036a33157cf | |
| parent | c45819fe4216ab5d3380cc70f6aede6f1d8ca9d5 (diff) | |
Add DisassemblyOption to block until IL is generated by linearview
| -rw-r--r-- | binaryninjacore.h | 1 |
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 |
