From 6af1a3853773cb95e76c48b48d979bf748bd5a7a Mon Sep 17 00:00:00 2001 From: Jordan Date: Tue, 17 Sep 2024 13:21:05 -0400 Subject: Fix description for single function analysis example --- docs/dev/batch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/dev/batch.md') 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 -- cgit v1.3.1