diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-08-06 11:27:44 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-08-06 11:27:44 -0400 |
| commit | 2fa53e3a15c3868fd6ffed81a5a3d7cdac6abb6b (patch) | |
| tree | 82ad497b84fc925b096bba59cb77bf6f923e70f8 /docs | |
| parent | fa54d4ab39717ae1529834d445d688ab8ace22eb (diff) | |
adding batch processing documentation
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/dev/batch.md (renamed from docs/guide/batch-processing.md) | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/docs/guide/batch-processing.md b/docs/dev/batch.md index 2e7f94fd..07c888c6 100644 --- a/docs/guide/batch-processing.md +++ b/docs/dev/batch.md @@ -77,7 +77,7 @@ That said, there are certainly several good use cases where splitting your analy ### GNU Parallel -TODO +Another option is to use a tool like GNU parallel to simply launch multiple separate copies of the process itself. ### Multiprocessing @@ -124,8 +124,3 @@ import binaryninja Other alternative solutions include setting the environment variable before running your script, or manually moving your settings file from your [user folder](../getting-started.md#user-folder) before running your automation. -## Other Languages - -TODO - -First, make sure to run the [install_api.py](https://github.com/Vector35/binaryninja-api/tree/dev/scripts) script. Note that the script is shipped with Binary Ninja already, just look in your [binary path](../getting-started.md#binary-path) inside of the `scripts` subfolder. Run it like:
\ No newline at end of file |
