From c34409b32940ea37dac2b502e6ad354343440bc8 Mon Sep 17 00:00:00 2001 From: Rusty Wagner Date: Thu, 25 Jun 2020 21:46:22 -0400 Subject: Support inferring structure members from other IL types --- ui/uitypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ui/uitypes.h') diff --git a/ui/uitypes.h b/ui/uitypes.h index 5ea7e300..bfdc9553 100644 --- a/ui/uitypes.h +++ b/ui/uitypes.h @@ -48,6 +48,7 @@ typedef BinaryNinja::Ref FunctionRef; typedef BinaryNinja::Ref LowLevelILFunctionRef; typedef BinaryNinja::Ref MainThreadActionRef; typedef BinaryNinja::Ref MediumLevelILFunctionRef; +typedef BinaryNinja::Ref HighLevelILFunctionRef; typedef BinaryNinja::Ref PlatformRef; typedef BinaryNinja::Ref ReportCollectionRef; typedef BinaryNinja::Ref ScriptingInstanceRef; -- cgit v1.3.1