summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2019-09-05 23:41:37 -0400
committerJordan Wiens <jordan@psifertex.com>2019-09-05 23:41:37 -0400
commit1e8b261940bd5897ba31317478e36b53297cee67 (patch)
treee07a0c5963c3fe08bf35d3f732823e8814986e0c /docs
parent85541c7dad63ccc12b28d27f7dfb0a53a0a95380 (diff)
fixing bad merge
Diffstat (limited to 'docs')
-rw-r--r--docs/getting-started.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/getting-started.md b/docs/getting-started.md
index 21cfa9a1..3518caca 100644
--- a/docs/getting-started.md
+++ b/docs/getting-started.md
@@ -316,11 +316,7 @@ Here's a list of all settings currently available from the UI:
|analysis|UTF-32 Encoding|Whether or not to consider UTF-32 code points when searching for strings.|`boolean`|`True`|
|analysis|UTF-8 Encoding|Whether or not to consider UTF-8 code points when searching for strings.|`boolean`|`True`|
|arch|x86 Disassembly Case|Specify the case for opcodes, operands, and registers.|`boolean`|`True`|
-<<<<<<< HEAD
-|arch|x86 Disassembly Seperator|Specify the token seperator between operands.|`string`|`, `|
-=======
|arch|x86 Disassembly Separator|Specify the token separator between operands.|`string`|`, `|
->>>>>>> lots of documentation updates: updated preferences/settings, spelling fixes, new screenshots for open with options and settings, standardize on MacOS
|arch|x86 Disassembly Syntax|Specify disassembly syntax for the x86/x86_64 architectures.|`string`|`BN_INTEL`|
|bnil-graph|Show Common ILs|Show common forms (non-SSA, non-mapped) in the output.|`boolean`|`True`|
|bnil-graph|Include MMLIL|Show the MappedMediumLevelIL form in the output.|`boolean`|`False`|
@@ -329,11 +325,7 @@ Here's a list of all settings currently available from the UI:
|downloadClient|Download Provider|Specify the registered DownloadProvider which enables resource fetching over HTTPS.|`string`|`PythonDownloadProvider`|
|pdb|Auto Download PDBs|Automatically download pdb files from specified symbol servers.|`boolean`|`True`|
|pdb|Absolute PDB Symbol Store Path|Absolute path specifying where the PDB symbol store exists on this machine, overrides relative path.|`string`||
-<<<<<<< HEAD
-|pdb|Relative PDB Symbol Store Path|Path *relative* to the binaryninja _user_ directory, sepcifying the pdb symbol store.|`string`|`symbols`|
-=======
|pdb|Relative PDB Symbol Store Path|Path *relative* to the binaryninja _user_ directory, specifying the pdb symbol store.|`string`|`symbols`|
->>>>>>> lots of documentation updates: updated preferences/settings, spelling fixes, new screenshots for open with options and settings, standardize on MacOS
|pdb|Symbol Server List|List of servers to query for pdb symbols.|`array`|`['https://msdl.microsoft.com/download/symbols']`|
|pluginManager|Community Plugin Manager Update Channel|Specify which community update channel the Plugin Manager should update plugins from.|`string`|`master`|
|pluginManager|Official Plugin Manager Update Channel|Specify which official update channel the Plugin Manager should update plugins from.|`string`|`master`|