summaryrefslogtreecommitdiff
path: root/binaryninjacore.h
diff options
context:
space:
mode:
Diffstat (limited to 'binaryninjacore.h')
-rw-r--r--binaryninjacore.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/binaryninjacore.h b/binaryninjacore.h
index 0c2738cb..1fe0ad5a 100644
--- a/binaryninjacore.h
+++ b/binaryninjacore.h
@@ -1041,7 +1041,8 @@ extern "C"
BINARYNINJACOREAPI char* BNGetPathRelativeToUserPluginDirectory(const char* path);
BINARYNINJACOREAPI bool BNExecuteWorkerProcess(const char* path, const char* args[],
- BNDataBuffer* input, char** output, char** error);
+ BNDataBuffer* input, char** output, char** error,
+ bool stdoutIsText, bool stderrIsText);
BINARYNINJACOREAPI void BNSetCurrentPluginLoadOrder(BNPluginLoadOrder order);
BINARYNINJACOREAPI void BNAddRequiredPluginDependency(const char* name);