summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorJosh Ferrell <josh@vector35.com>2024-06-13 14:13:11 -0400
committerJosh Ferrell <josh@vector35.com>2024-06-13 14:13:11 -0400
commitd75066545afdc9b5d0a52bd2518e43f683c671a5 (patch)
treebed26d348a726fc02c1d44cbdc36a8056b44baaf /binaryninjacore.h
parentf3a440248cda4d0c850cd32e3aa127ab29e0bb3e (diff)
Apply stack variables from DWARF
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index d9636c02..b90641e1 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -3169,6 +3169,8 @@ extern "C"
BNPlatform* platform;
char** components;
size_t componentN;
+ BNVariableNameAndType* localVariables;
+ size_t localVariableN;
} BNDebugFunctionInfo;
typedef struct BNSecretsProviderCallbacks