From bbbe4d177c378077b43b09c74a3a20a09bfee443 Mon Sep 17 00:00:00 2001 From: Galen Williamson Date: Mon, 2 May 2022 15:36:52 -0400 Subject: added API for GetLanguageRepresentationIfAvailable --- binaryninjaapi.h | 1 + 1 file changed, 1 insertion(+) (limited to 'binaryninjaapi.h') diff --git a/binaryninjaapi.h b/binaryninjaapi.h index 763eb02c..755d465c 100644 --- a/binaryninjaapi.h +++ b/binaryninjaapi.h @@ -3778,6 +3778,7 @@ namespace BinaryNinja { Ref GetHighLevelIL() const; Ref GetHighLevelILIfAvailable() const; Ref GetLanguageRepresentation() const; + Ref GetLanguageRepresentationIfAvailable() const; Ref GetType() const; Confidence> GetReturnType() const; -- cgit v1.3.1