diff options
| author | Brian Potchik <brian@vector35.com> | 2022-02-07 13:40:03 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-02-07 13:40:03 -0500 |
| commit | 8040830ef060f98801b797c58caba2848e36937c (patch) | |
| tree | 275aa0e14e862821051b65d062cfd14a2d9394d4 /binaryninjaapi.h | |
| parent | a9ecb3d5566f86eb4d690a0672e6d5cdcb6ecbe8 (diff) | |
Expose HLIL GenerateSSAForm via API and add python wrapper.
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 72c03650..f6a3ab51 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -4987,6 +4987,7 @@ namespace BinaryNinja { void ReplaceExpr(size_t expr, size_t newExpr); void Finalize(); + void GenerateSSAForm(const std::set<Variable>& aliases = std::set<Variable>()); std::vector<DisassemblyTextLine> GetExprText( ExprId expr, bool asFullAst = true, DisassemblySettings* settings = nullptr); |
