diff options
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 |
