From b6442a914783cb2861ff8d1cd6a3865fed29e0f7 Mon Sep 17 00:00:00 2001 From: Glenn Smith Date: Tue, 23 Aug 2022 00:34:20 -0400 Subject: DebugInfo: take entire Type for function instead of by-parts --- binaryninjacore.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'binaryninjacore.h') diff --git a/binaryninjacore.h b/binaryninjacore.h index 421a6d23..f9571a4f 100644 --- a/binaryninjacore.h +++ b/binaryninjacore.h @@ -2843,12 +2843,7 @@ extern "C" char* fullName; char* rawName; uint64_t address; - BNType* returnType; - char** parameterNames; - BNType** parameterTypes; - size_t parameterCount; - bool variableParameters; - BNCallingConvention* callingConvention; + BNType* type; BNPlatform* platform; }; -- cgit v1.3.1