diff options
| author | Glenn Smith <glenn@vector35.com> | 2022-08-23 00:34:20 -0400 |
|---|---|---|
| committer | Glenn Smith <glenn@vector35.com> | 2022-09-29 21:02:25 -0400 |
| commit | b6442a914783cb2861ff8d1cd6a3865fed29e0f7 (patch) | |
| tree | 2b45fe796746d52f32132447948b34092b5523d6 /binaryninjacore.h | |
| parent | 0725c6fbd58b3d40ffefdb319121a29ba4168517 (diff) | |
DebugInfo: take entire Type for function instead of by-parts
Diffstat (limited to 'binaryninjacore.h')
| -rw-r--r-- | binaryninjacore.h | 7 |
1 files changed, 1 insertions, 6 deletions
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; }; |
