summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2022-11-11 09:04:04 -0500
committerPeter LaFosse <peter@vector35.com>2022-11-11 09:04:04 -0500
commit772ab3ced92833a271db5ba05cdcfbf83b9f1880 (patch)
tree4fb7ff5a007b6a0f3c10704ac76c64fc267c67f9 /binaryninjacore.h
parentc47424d39b9b2f782adc1abf2e2e9090fc2ec4e6 (diff)
Fix some inconsistencies in python bindings between clang and core type parsers
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index b6b76d49..cb9a83c4 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -2988,7 +2988,7 @@ extern "C"
BINARYNINJACOREAPI char* BNGetPathRelativeToUserPluginDirectory(const char* path);
BINARYNINJACOREAPI char* BNGetPathRelativeToUserDirectory(const char* path);
- BINARYNINJACOREAPI bool BNExecuteWorkerProcess(const char* path, const char* args[], BNDataBuffer* input,
+ BINARYNINJACOREAPI bool BNExecuteWorkerProcess(const char* path, const char** args, BNDataBuffer* input,
char** output, char** error, bool stdoutIsText, bool stderrIsText);
BINARYNINJACOREAPI void BNSetCurrentPluginLoadOrder(BNPluginLoadOrder order);