From a71ed5fed9b6301d64ae767eeaedf885d3d1e5b9 Mon Sep 17 00:00:00 2001 From: Josh Ferrell Date: Sat, 25 Aug 2018 14:43:53 -0400 Subject: updated documentation --- docs/getting-started.md | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'docs') diff --git a/docs/getting-started.md b/docs/getting-started.md index d2db5563..2d543b75 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -260,6 +260,10 @@ 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 | enabledUnicodeBlocks | list(string) | [] | Defines which Unicode blocks to consider when searching for strings | +| analysis | enableUTF8 | boolean | True | Whether or not to consider UTF-8 code points when searching for strings | +| analysis | enableUTF16 | boolean | True | Whether or not to consider UTF-16 code points when searching for strings | +| analysis | enableUTF32 | boolean | True | Whether or not to consider UTF-32 code points when searching for strings | | 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) | @@ -292,6 +296,11 @@ Below is an example `settings.json` setting various options: } } ``` + +## Unicode Support + +Currently, Unicode support for Big Endian strings is very limited. Also, UTF-16 only supports Basic Latin code points. + ## Getting Support Vector 35 offers a number of ways to get Binary Ninja [support](https://binary.ninja/support/). -- cgit v1.3.1