summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan <github@psifertex.com>2024-09-17 13:21:05 -0400
committerGitHub <noreply@github.com>2024-09-17 13:21:05 -0400
commit6af1a3853773cb95e76c48b48d979bf748bd5a7a (patch)
treeb2a14271ed929f32c07a6404514cedf794c22403 /docs
parent3c9aa55a75b37af781ca9d45976f122dcaa623c3 (diff)
Fix description for single function analysis example
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/batch.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md
index e46bc573..3ad5a184 100644
--- a/docs/dev/batch.md
+++ b/docs/dev/batch.md
@@ -78,7 +78,7 @@ Notice that we have far fewer functions in `/bin/ls` this time. By shortcutting
### Single Function Analysis
-A common workflow is to analyze a single (or small number) of functions in a particular binaries. This can be done using the analysis hold feature. If we both the [maxFunctionSize](https://docs.binary.ninja/getting-started.html#analysis.limits.maxFunctionSize) setting in conjunction with the [analysis_skipped](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.analysis_skipped) function property we can select specific functions to analyze:
+A common workflow is to analyze a single (or small number) of functions in a particular binaries. This can be done using the analysis hold feature:
```python
from binaryninja import load