diff options
| author | Rusty Wagner <rusty@vector35.com> | 2015-07-15 21:50:13 -0400 |
|---|---|---|
| committer | Rusty Wagner <rusty@vector35.com> | 2015-07-15 21:50:13 -0400 |
| commit | 290661e66c9983e696bd434f271b033263a0f5c3 (patch) | |
| tree | 7d7e02b7921a73209ac59c6668ebd23c93d86c1c /binaryninjaapi.h | |
| parent | 94793dfb57b1defa2a7ab5e67edf5f5f043d598c (diff) | |
Compute data flow across blocks, disassembly options dropdown
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index de1855a0..0883d310 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1026,6 +1026,9 @@ namespace BinaryNinja int GetWidth() const; int GetHeight() const; std::vector<Ref<FunctionGraphBlock>> GetBlocksInRegion(int left, int top, int right, int bottom); + + bool IsOptionSet(BNFunctionGraphOption option) const; + void SetOption(BNFunctionGraphOption option, bool state = true); }; struct LowLevelILLabel: public BNLowLevelILLabel |
