From 8a1012fe5865eea6e14484164280018d0b928d69 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 15 Aug 2018 22:35:04 -0400 Subject: Add documentation for autorunLinearSweep setting. --- docs/getting-started.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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) | -- cgit v1.3.1