You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guide/enterprise/index.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,6 @@ Across the top of the Remote Dialog are five buttons:
111
111
***Manage Users...**: Opens a dialog that allows adding, editing, and removing users from the current server. (Only available to server administrators.)
112
112
***Manage Groups...**: Opens a dialog that allows adding, editing, and removing groups from the current server. (Only available to server administrators.)
113
113
***Actions**: Opens a context menu with the following options:
114
-
115
114
***Create Project...**: Opens a dialog box for creating a new project.
116
115
***Import Local Project...**: Opens a file picker to select a local project to upload in its entirety.
117
116
***Edit Properties...**: Opens a dialog box for editing the current project's name and description.
Copy file name to clipboardExpand all lines: docs/guide/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -882,7 +882,7 @@ Pure functions are assumed to have no side effects and may be inlined if their r
882
882
883
883
### 8. Inline During Analysis
884
884
885
-
When Inline During Analysis is checked, it causes the function to be [inlined](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.inline_during_analysis) during analysis. The three options control whether instruction addresses are preserved per function or per call site.
885
+
When Inline During Analysis is checked, it causes the function to be [inlined](https://api.binary.ninja/binaryninja.function-module.html#binaryninja.function.Function.inline_during_analysis) during analysis. The options control whether instruction addresses are preserved per function or per call site.
886
886
887
887
### 9. Signature Table
888
888
@@ -892,7 +892,7 @@ This section contains the function's return value and parameters as an editable
892
892
893
893
This section contains the list of registers that this function clobbers; individual registers can be checked or unchecked.
894
894
895
-
### 11. Register Stack Adjustments
895
+
### 11. Register Stacks
896
896
897
897
This element is a table containing a row for each register stack (e.g. x87) in the architecture, with the ability to adjust how many registers are removed from each stack when the function returns.
0 commit comments