From 9c7ed0cc4ebe08871a7b83e0f56a542c0f31f835 Mon Sep 17 00:00:00 2001 From: rose <47357290+rompse@users.noreply.github.com> Date: Tue, 9 Nov 2021 20:09:44 -0500 Subject: Decompile to C --- function.cpp | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'function.cpp') diff --git a/function.cpp b/function.cpp index 0f70e939..9123c19e 100644 --- a/function.cpp +++ b/function.cpp @@ -699,6 +699,12 @@ Ref Function::GetHighLevelILIfAvailable() const } +Ref Function::GetLanguageRepresentation() const +{ + return new LanguageRepresentationFunction(BNGetFunctionLanguageRepresentation(m_object)); +} + + Ref Function::GetType() const { return new Type(BNGetFunctionType(m_object)); -- cgit v1.3.1