diff options
| author | Brian Potchik <brian@vector35.com> | 2024-09-30 13:25:21 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2024-09-30 13:25:21 -0400 |
| commit | 209468660e0df9d985ffb8fe9ad19e65a20d81d3 (patch) | |
| tree | d99f547784fae39c9df619762d9ebf18703558d1 /binaryninjaapi.h | |
| parent | 917c201f797fb16e7a0d4ac7011612998079f8f4 (diff) | |
Additional core functionality in support of Workflows.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 40c71396..1ec2c22a 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -9943,6 +9943,8 @@ namespace BinaryNinja { */ Ref<FlowGraph> GetGraph(const std::string& activity = "", bool sequential = false); void ShowReport(const std::string& name); + + std::vector<std::string> GetEligibilitySettings(); }; class DisassemblySettings : |
