summaryrefslogtreecommitdiff
path: root/binaryninjaapi.h
diff options
context:
space:
mode:
authorAndrew Lamoureux <andrew@vector35.com>2016-09-06 13:08:33 -0400
committerAndrew Lamoureux <andrew@vector35.com>2016-09-06 13:08:33 -0400
commit2e2c0fad51051871642f10f57cc0db96dd58a2ad (patch)
treedffeb8e397bbbcd07515a5d5fec98b5d06483912 /binaryninjaapi.h
parent89c2a2faabb7344c4bd540c7f14420a34326cfaf (diff)
ExecuteWorkerProcess new parms: out,err text,bin
Diffstat (limited to 'binaryninjaapi.h')
-rw-r--r--binaryninjaapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/binaryninjaapi.h b/binaryninjaapi.h
index 72e13567..ff505527 100644
--- a/binaryninjaapi.h
+++ b/binaryninjaapi.h
@@ -346,7 +346,7 @@ namespace BinaryNinja
std::string GetPathRelativeToUserPluginDirectory(const std::string& path);
bool ExecuteWorkerProcess(const std::string& path, const std::vector<std::string>& args, const DataBuffer& input,
- std::string& output, std::string& errors);
+ std::string& output, std::string& errors, bool stdoutIsText=false, bool stderrIsText=true);
std::string GetVersionString();
uint32_t GetBuildId();