summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorRusty Wagner <rusty@vector35.com>2015-07-15 21:50:13 -0400
committerRusty Wagner <rusty@vector35.com>2015-07-15 21:50:13 -0400
commit290661e66c9983e696bd434f271b033263a0f5c3 (patch)
tree7d7e02b7921a73209ac59c6668ebd23c93d86c1c /binaryninjaapi.h
parent94793dfb57b1defa2a7ab5e67edf5f5f043d598c (diff)
Compute data flow across blocks, disassembly options dropdown
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h3
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