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/FunctionMatchingFilters.md
+8-9Lines changed: 8 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# FunctionMatchingScopeRequest
1
+
# FunctionMatchingFilters
2
2
3
3
4
4
## Properties
@@ -8,25 +8,24 @@ Name | Type | Description | Notes
8
8
**binary_ids** | **List[int]** | ID's of binaries to limit the search to, if empty, search all scoped binaries | [optional][default to []]
9
9
**collection_ids** | **List[int]** | ID's of collections to limit the search to, if empty, search all scoped collections | [optional][default to []]
10
10
**function_ids** | **List[int]** | ID's of functions to limit the search to, if empty, search all scoped functions | [optional][default to []]
11
-
**min_similarity** | **float** | Minimum similarity expected for a match, default is 0.9 | [optional][default to 0.9]
12
11
**debug_types** | **List[str]** | Limit the search to specific debug types, if empty, search all scoped debug & non-debug functions | [optional][default to []]
13
12
14
13
## Example
15
14
16
15
```python
17
-
from revengai.models.function_matching_scope_requestimportFunctionMatchingScopeRequest
16
+
from revengai.models.function_matching_filtersimportFunctionMatchingFilters
18
17
19
18
#TODO update the JSON string below
20
19
json ="{}"
21
-
# create an instance of FunctionMatchingScopeRequest from a JSON string
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
Copy file name to clipboardExpand all lines: docs/FunctionsCoreApi.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -109,7 +109,7 @@ Name | Type | Description | Notes
109
109
110
110
Perform matching for the functions of an analysis
111
111
112
-
Takes in an analysis id and settings and finds the nearest functions for each function that's within the system
112
+
Takes in an analysis id and settings and matches the nearest functions to the ones associated with it. Results can optionally be filtered by collection, binary, debug type or (other) function ids
113
113
114
114
### Example
115
115
@@ -275,7 +275,7 @@ Name | Type | Description | Notes
275
275
[[Back to top]](#)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to Model list]](../README.md#documentation-for-models)[[Back to README]](../README.md)
"""Perform matching for the functions of an analysis
380
380
381
-
Takes in an analysis id and settings and finds the nearest functions for each function that's within the system
381
+
Takes in an analysis id and settings and matches the nearest functions to the ones associated with it. Results can optionally be filtered by collection, binary, debug type or (other) function ids
"""Perform matching for the functions of an analysis
456
456
457
-
Takes in an analysis id and settings and finds the nearest functions for each function that's within the system
457
+
Takes in an analysis id and settings and matches the nearest functions to the ones associated with it. Results can optionally be filtered by collection, binary, debug type or (other) function ids
"""Perform matching for the functions of an analysis
532
532
533
-
Takes in an analysis id and settings and finds the nearest functions for each function that's within the system
533
+
Takes in an analysis id and settings and matches the nearest functions to the ones associated with it. Results can optionally be filtered by collection, binary, debug type or (other) function ids
0 commit comments