From 8040830ef060f98801b797c58caba2848e36937c Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Mon, 7 Feb 2022 13:40:03 -0500 Subject: Expose HLIL GenerateSSAForm via API and add python wrapper. --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') 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& aliases = std::set()); std::vector GetExprText( ExprId expr, bool asFullAst = true, DisassemblySettings* settings = nullptr); -- cgit v1.3.1