Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .sdk-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v2.8.0
v2.9.1
2 changes: 1 addition & 1 deletion docs/CalleeFunctionInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**function_id** | **int** | |
**function_id** | **int** | Unique identifier of the function |
**matched_function_id** | **int** | |
**dashboard_url** | **str** | |
**is_external** | **bool** | Indicates if the function is external | [optional] [default to False]
Expand Down
2 changes: 1 addition & 1 deletion docs/CallerFunctionInfo.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**function_id** | **int** | |
**function_id** | **int** | Unique identifier of the function |
**matched_function_id** | **int** | |
**dashboard_url** | **str** | |
**is_external** | **bool** | Indicates if the function is external | [optional] [default to False]
Expand Down
2 changes: 1 addition & 1 deletion docs/DecompilationResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**function_id** | **int** | |
**function_id** | **int** | The ID of the function |
**decompilation** | **str** | |
**calling_convention** | **str** | |

Expand Down
2 changes: 1 addition & 1 deletion docs/FunctionMatchingResultWithBestMatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**function_id** | **int** | |
**function_id** | **int** | Unique identifier of the function |
**matched_functions** | [**List[MatchedFunction]**](MatchedFunction.md) | |
**confidences** | [**List[NameConfidence]**](NameConfidence.md) | | [optional]

Expand Down
20 changes: 10 additions & 10 deletions docs/FunctionsAIDecompilationApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.FunctionsAIDecompilationApi(api_client)
function_id = 56 # int |
function_id = 56 # int | The ID of the function for which we are creating the decompilation task

try:
# Begins AI Decompilation Process
Expand All @@ -155,7 +155,7 @@ with revengai.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**function_id** | **int**| |
**function_id** | **int**| The ID of the function for which we are creating the decompilation task |

### Return type

Expand Down Expand Up @@ -383,7 +383,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.FunctionsAIDecompilationApi(api_client)
function_id = 56 # int |
function_id = 56 # int | The ID of the function for which to get the rating

try:
# Get rating for AI decompilation
Expand All @@ -401,7 +401,7 @@ with revengai.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**function_id** | **int**| |
**function_id** | **int**| The ID of the function for which to get the rating |

### Return type

Expand Down Expand Up @@ -463,7 +463,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.FunctionsAIDecompilationApi(api_client)
function_id = 56 # int |
function_id = 56 # int | The ID of the function being decompiled
summarise = True # bool | Generate a summary for the decompilation (optional) (default to True)
generate_inline_comments = True # bool | Generate inline comments for the decompilation (only works if summarise is enabled) (optional) (default to True)

Expand All @@ -483,7 +483,7 @@ with revengai.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**function_id** | **int**| |
**function_id** | **int**| The ID of the function being decompiled |
**summarise** | **bool**| Generate a summary for the decompilation | [optional] [default to True]
**generate_inline_comments** | **bool**| Generate inline comments for the decompilation (only works if summarise is enabled) | [optional] [default to True]

Expand Down Expand Up @@ -546,7 +546,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.FunctionsAIDecompilationApi(api_client)
function_id = 56 # int |
function_id = 56 # int | The ID of the function being checked

try:
# Check the status of a function ai decompilation
Expand All @@ -564,7 +564,7 @@ with revengai.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**function_id** | **int**| |
**function_id** | **int**| The ID of the function being checked |

### Return type

Expand Down Expand Up @@ -712,7 +712,7 @@ configuration.api_key['APIKey'] = os.environ["API_KEY"]
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.FunctionsAIDecompilationApi(api_client)
function_id = 56 # int |
function_id = 56 # int | The ID of the function being rated
upsert_ai_decomplation_rating_request = revengai.UpsertAiDecomplationRatingRequest() # UpsertAiDecomplationRatingRequest |

try:
Expand All @@ -731,7 +731,7 @@ with revengai.ApiClient(configuration) as api_client:

Name | Type | Description | Notes
------------- | ------------- | ------------- | -------------
**function_id** | **int**| |
**function_id** | **int**| The ID of the function being rated |
**upsert_ai_decomplation_rating_request** | [**UpsertAiDecomplationRatingRequest**](UpsertAiDecomplationRatingRequest.md)| |

### Return type
Expand Down
2 changes: 1 addition & 1 deletion docs/FunctionsDetailResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**function_id** | **int** | |
**function_id** | **int** | Function id |
**function_name** | **str** | |
**function_vaddr** | **int** | |
**function_size** | **int** | |
Expand Down
2 changes: 1 addition & 1 deletion docs/MatchedFunction.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**function_id** | **int** | |
**function_id** | **int** | Unique identifier of the matched function |
**binary_id** | **int** | |
**function_name** | **str** | |
**function_vaddr** | **int** | |
Expand Down
2 changes: 1 addition & 1 deletion revengai/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
""" # noqa: E501


__version__ = "v2.8.0"
__version__ = "v2.9.1"

# Define package exports
__all__ = [
Expand Down
Loading