summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2018-08-15 22:35:04 -0400
committerBrian Potchik <brian@vector35.com>2018-08-15 22:35:04 -0400
commit8a1012fe5865eea6e14484164280018d0b928d69 (patch)
tree0a4b3507fdd86298c65979c9bed8e8a4321c27c1 /docs
parentbcead7e96aedaf56e541fbac1e48c434bfc4710c (diff)
Add documentation for autorunLinearSweep setting.
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index bff2df88..d2db5563 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -259,6 +259,7 @@ Settings are stored in the _user_ directory in the file `settings.json`. Each to
|Plugin | Setting | Type | Default | Description |
|----------:|-------------------------:|-------------:|-----------------------------------------------:|:----------------------------------------------------------------------------------------------|
+| analysis | autorunLinearSweep | boolean | True | Automatically run linear sweep when opening a binary for analysis |
| analysis | max-function-size | integer | 65536 | Any functions over this size will not be automatically analyzed and require manual override |
| core | linux\_ca\_bundle | string | "" | Certificate authority (.pem or .crt) file to be used for secure downloads |
| core | linux\_ca\_dir | string | "" | Certificate authority directory (for distributions without a CA bundle) |