diff options
| author | Andrew Lamoureux <andrew@vector35.com> | 2016-09-06 13:08:33 -0400 |
|---|---|---|
| committer | Andrew Lamoureux <andrew@vector35.com> | 2016-09-06 13:08:33 -0400 |
| commit | 2e2c0fad51051871642f10f57cc0db96dd58a2ad (patch) | |
| tree | dffeb8e397bbbcd07515a5d5fec98b5d06483912 /binaryninjaapi.h | |
| parent | 89c2a2faabb7344c4bd540c7f14420a34326cfaf (diff) | |
ExecuteWorkerProcess new parms: out,err text,bin
Diffstat (limited to 'binaryninjaapi.h')
| -rw-r--r-- | binaryninjaapi.h | 2 |
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(); |
