From c687ea8692ee553476280ee5b621e861b627fa80 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Wed, 22 Feb 2017 00:24:14 -0500 Subject: Add SSA form APIs --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 6b69c95f..188471b3 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -1887,6 +1887,7 @@ namespace BinaryNinja void SetCommentForAddress(uint64_t addr, const std::string& comment); Ref GetLowLevelIL() const; + Ref GetLowLevelILSSAForm() const; size_t GetLowLevelILForInstruction(Architecture* arch, uint64_t addr); std::vector GetLowLevelILExitsForInstruction(Architecture* arch, uint64_t addr); RegisterValue GetRegisterValueAtInstruction(Architecture* arch, uint64_t addr, uint32_t reg); -- cgit v1.3.1