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 @@
v3.85.0
v3.85.1
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,8 @@ Class | Method | HTTP request | Description
*AnalysesResultsMetadataApi* | [**get_tags**](docs/AnalysesResultsMetadataApi.md#get_tags) | **GET** /v2/analyses/{analysis_id}/tags | Get function tags with maliciousness score
*AnalysesResultsMetadataApi* | [**get_vulnerabilities**](docs/AnalysesResultsMetadataApi.md#get_vulnerabilities) | **GET** /v2/analyses/{analysis_id}/vulnerabilities | Gets the vulnerabilities found in the analysis
*AnalysesXRefsApi* | [**get_xref_by_vaddr**](docs/AnalysesXRefsApi.md#get_xref_by_vaddr) | **GET** /v2/analyses/{analysis_id}/xrefs/{vaddr} | [Beta] Look up xrefs by virtual address
*AuthenticationUsersApi* | [**get_requester_user_info**](docs/AuthenticationUsersApi.md#get_requester_user_info) | **GET** /v2/users/me | Get the requesters user information
*AuthenticationUsersApi* | [**get_user**](docs/AuthenticationUsersApi.md#get_user) | **GET** /v2/users/{user_id} | Get a user's public information
*AuthenticationUsersApi* | [**get_user_activity**](docs/AuthenticationUsersApi.md#get_user_activity) | **GET** /v2/users/activity | Get auth user activity
*AuthenticationUsersApi* | [**get_user_comments**](docs/AuthenticationUsersApi.md#get_user_comments) | **GET** /v2/users/me/comments | Get comments by user
*AuthenticationUsersApi* | [**submit_user_feedback**](docs/AuthenticationUsersApi.md#submit_user_feedback) | **POST** /v2/users/feedback | Submit feedback about the application
*BinariesApi* | [**download_zipped_binary**](docs/BinariesApi.md#download_zipped_binary) | **GET** /v2/binaries/{binary_id}/download-zipped | Downloads a zipped binary with password protection
*BinariesApi* | [**get_binary_additional_details**](docs/BinariesApi.md#get_binary_additional_details) | **GET** /v2/binaries/{binary_id}/additional-details | Gets the additional details of a binary
Expand Down Expand Up @@ -132,6 +130,7 @@ Class | Method | HTTP request | Description
*FunctionsAIDecompilationApi* | [**patch_ai_decompilation_inline_comment**](docs/FunctionsAIDecompilationApi.md#patch_ai_decompilation_inline_comment) | **PATCH** /v3/functions/{function_id}/ai-decompilation/inline-comments | Update a single inline comment
*FunctionsAIDecompilationApi* | [**regenerate_ai_decompilation_inline_comments**](docs/FunctionsAIDecompilationApi.md#regenerate_ai_decompilation_inline_comments) | **POST** /v3/functions/{function_id}/ai-decompilation/inline-comments | Regenerate AI decompilation inline comments
*FunctionsAIDecompilationApi* | [**regenerate_ai_decompilation_summary**](docs/FunctionsAIDecompilationApi.md#regenerate_ai_decompilation_summary) | **POST** /v3/functions/{function_id}/ai-decompilation/summary | Regenerate AI decompilation summary
*FunctionsAIDecompilationApi* | [**stream_ai_decompilation**](docs/FunctionsAIDecompilationApi.md#stream_ai_decompilation) | **GET** /v3/functions/{function_id}/ai-decompilation/events | Stream live AI decompilation output (SSE)
*FunctionsAIDecompilationApi* | [**update_ai_decompilation_comment**](docs/FunctionsAIDecompilationApi.md#update_ai_decompilation_comment) | **PATCH** /v2/functions/{function_id}/ai-decompilation/comments/{comment_id} | Update a comment
*FunctionsAIDecompilationApi* | [**upsert_ai_decompilation_overrides**](docs/FunctionsAIDecompilationApi.md#upsert_ai_decompilation_overrides) | **PATCH** /v3/functions/{function_id}/ai-decompilation/overrides | Upsert variable/function name overrides
*FunctionsAIDecompilationApi* | [**upsert_ai_decompilation_rating**](docs/FunctionsAIDecompilationApi.md#upsert_ai_decompilation_rating) | **PATCH** /v2/functions/{function_id}/ai-decompilation/rating | Upsert rating for AI decompilation
Expand Down Expand Up @@ -211,6 +210,8 @@ Class | Method | HTTP request | Description
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
- [AppApiRestV2InfoTypesCapability](docs/AppApiRestV2InfoTypesCapability.md)
- [Argument](docs/Argument.md)
- [AttemptFailedEvent](docs/AttemptFailedEvent.md)
- [AttemptStartedEvent](docs/AttemptStartedEvent.md)
- [AutoRunAgents](docs/AutoRunAgents.md)
- [AutoUnstripRequest](docs/AutoUnstripRequest.md)
- [AutoUnstripResponse](docs/AutoUnstripResponse.md)
Expand Down Expand Up @@ -257,7 +258,6 @@ Class | Method | HTTP request | Description
- [BaseResponseGenerateFunctionDataTypes](docs/BaseResponseGenerateFunctionDataTypes.md)
- [BaseResponseGenerationStatusList](docs/BaseResponseGenerationStatusList.md)
- [BaseResponseGetAiDecompilationTask](docs/BaseResponseGetAiDecompilationTask.md)
- [BaseResponseGetMeResponse](docs/BaseResponseGetMeResponse.md)
- [BaseResponseGetPublicUserResponse](docs/BaseResponseGetPublicUserResponse.md)
- [BaseResponseListCalleesCallerFunctionsResponse](docs/BaseResponseListCalleesCallerFunctionsResponse.md)
- [BaseResponseListCollectionResults](docs/BaseResponseListCollectionResults.md)
Expand Down Expand Up @@ -331,6 +331,8 @@ Class | Method | HTTP request | Description
- [CreateAIDecompOutputBody](docs/CreateAIDecompOutputBody.md)
- [CreateConversationRequest](docs/CreateConversationRequest.md)
- [Created](docs/Created.md)
- [DecompFailedEvent](docs/DecompFailedEvent.md)
- [DecompFinishedEvent](docs/DecompFinishedEvent.md)
- [DecompilationCommentContext](docs/DecompilationCommentContext.md)
- [DecompilationData](docs/DecompilationData.md)
- [DieMatch](docs/DieMatch.md)
Expand All @@ -351,13 +353,21 @@ Class | Method | HTTP request | Description
- [ErrorBody](docs/ErrorBody.md)
- [ErrorModel](docs/ErrorModel.md)
- [Event](docs/Event.md)
- [EventAttemptFailed](docs/EventAttemptFailed.md)
- [EventAttemptStarted](docs/EventAttemptStarted.md)
- [EventCONTEXTCOMPACTED](docs/EventCONTEXTCOMPACTED.md)
- [EventDecompFailed](docs/EventDecompFailed.md)
- [EventDecompFinished](docs/EventDecompFinished.md)
- [EventProse](docs/EventProse.md)
- [EventRUNCANCELLED](docs/EventRUNCANCELLED.md)
- [EventRUNERROR](docs/EventRUNERROR.md)
- [EventRUNFINISHED](docs/EventRUNFINISHED.md)
- [EventRUNSTARTED](docs/EventRUNSTARTED.md)
- [EventRenameApplied](docs/EventRenameApplied.md)
- [EventSTEPFINISHED](docs/EventSTEPFINISHED.md)
- [EventSTEPSTARTED](docs/EventSTEPSTARTED.md)
- [EventSourceDelta](docs/EventSourceDelta.md)
- [EventSourceReset](docs/EventSourceReset.md)
- [EventTEXTMESSAGECONTENT](docs/EventTEXTMESSAGECONTENT.md)
- [EventTEXTMESSAGEEND](docs/EventTEXTMESSAGEEND.md)
- [EventTEXTMESSAGESTART](docs/EventTEXTMESSAGESTART.md)
Expand All @@ -367,6 +377,7 @@ Class | Method | HTTP request | Description
- [EventTOOLCALLRESULT](docs/EventTOOLCALLRESULT.md)
- [EventTOOLCALLSTART](docs/EventTOOLCALLSTART.md)
- [EventTOOLCONFIRMATIONREQUIRED](docs/EventTOOLCONFIRMATIONREQUIRED.md)
- [EventWarning](docs/EventWarning.md)
- [ExportModel](docs/ExportModel.md)
- [ExternalResponse](docs/ExternalResponse.md)
- [ExtractedURL](docs/ExtractedURL.md)
Expand Down Expand Up @@ -418,7 +429,6 @@ Class | Method | HTTP request | Description
- [GenerationStatusList](docs/GenerationStatusList.md)
- [GetAiDecompilationRatingResponse](docs/GetAiDecompilationRatingResponse.md)
- [GetAiDecompilationTask](docs/GetAiDecompilationTask.md)
- [GetMeResponse](docs/GetMeResponse.md)
- [GetPublicUserResponse](docs/GetPublicUserResponse.md)
- [GlobalVariable](docs/GlobalVariable.md)
- [HistoryEntry](docs/HistoryEntry.md)
Expand Down Expand Up @@ -459,6 +469,7 @@ Class | Method | HTTP request | Description
- [ProcessNode](docs/ProcessNode.md)
- [ProcessTree](docs/ProcessTree.md)
- [ProgressMessage](docs/ProgressMessage.md)
- [ProseEvent](docs/ProseEvent.md)
- [PutAnalysisStringsRequest](docs/PutAnalysisStringsRequest.md)
- [QueuePositionResponse](docs/QueuePositionResponse.md)
- [QueuedWorkflowTaskResponse](docs/QueuedWorkflowTaskResponse.md)
Expand All @@ -468,6 +479,7 @@ Class | Method | HTTP request | Description
- [RegenerateTarget](docs/RegenerateTarget.md)
- [RegistryOperation](docs/RegistryOperation.md)
- [RelativeBinaryResponse](docs/RelativeBinaryResponse.md)
- [RenameAppliedEvent](docs/RenameAppliedEvent.md)
- [RenameInputBody](docs/RenameInputBody.md)
- [RenameOutputBody](docs/RenameOutputBody.md)
- [ReplacementValue](docs/ReplacementValue.md)
Expand All @@ -491,6 +503,8 @@ Class | Method | HTTP request | Description
- [SingleCodeSignatureModel](docs/SingleCodeSignatureModel.md)
- [SinglePDBEntryModel](docs/SinglePDBEntryModel.md)
- [SingleSectionModel](docs/SingleSectionModel.md)
- [SourceDeltaEvent](docs/SourceDeltaEvent.md)
- [SourceResetEvent](docs/SourceResetEvent.md)
- [SseEventContextCompactedData](docs/SseEventContextCompactedData.md)
- [SseEventRunCancelledData](docs/SseEventRunCancelledData.md)
- [SseEventRunErrorData](docs/SseEventRunErrorData.md)
Expand All @@ -512,6 +526,7 @@ Class | Method | HTTP request | Description
- [StatusInput](docs/StatusInput.md)
- [StatusOutput](docs/StatusOutput.md)
- [StatusResponse](docs/StatusResponse.md)
- [StreamAiDecompilation200ResponseInner](docs/StreamAiDecompilation200ResponseInner.md)
- [StreamEvents200ResponseInner](docs/StreamEvents200ResponseInner.md)
- [StringFunctions](docs/StringFunctions.md)
- [StringSource](docs/StringSource.md)
Expand Down Expand Up @@ -543,6 +558,7 @@ Class | Method | HTTP request | Description
- [UserActivityResponse](docs/UserActivityResponse.md)
- [Vulnerabilities](docs/Vulnerabilities.md)
- [Vulnerability](docs/Vulnerability.md)
- [WarningEvent](docs/WarningEvent.md)
- [WorkflowProgress](docs/WorkflowProgress.md)
- [Workspace](docs/Workspace.md)
- [XrefFromResponse](docs/XrefFromResponse.md)
Expand Down
32 changes: 32 additions & 0 deletions docs/AttemptFailedEvent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
# AttemptFailedEvent


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attempt** | **int** | |
**error** | **str** | |
**seq** | **int** | |
**type** | **str** | |

## Example

```python
from revengai.models.attempt_failed_event import AttemptFailedEvent

# TODO update the JSON string below
json = "{}"
# create an instance of AttemptFailedEvent from a JSON string
attempt_failed_event_instance = AttemptFailedEvent.from_json(json)
# print the JSON string representation of the object
print(AttemptFailedEvent.to_json())

# convert the object into a dict
attempt_failed_event_dict = attempt_failed_event_instance.to_dict()
# create an instance of AttemptFailedEvent from a dict
attempt_failed_event_from_dict = AttemptFailedEvent.from_dict(attempt_failed_event_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


31 changes: 31 additions & 0 deletions docs/AttemptStartedEvent.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# AttemptStartedEvent


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attempt** | **int** | |
**seq** | **int** | |
**type** | **str** | |

## Example

```python
from revengai.models.attempt_started_event import AttemptStartedEvent

# TODO update the JSON string below
json = "{}"
# create an instance of AttemptStartedEvent from a JSON string
attempt_started_event_instance = AttemptStartedEvent.from_json(json)
# print the JSON string representation of the object
print(AttemptStartedEvent.to_json())

# convert the object into a dict
attempt_started_event_dict = attempt_started_event_instance.to_dict()
# create an instance of AttemptStartedEvent from a dict
attempt_started_event_from_dict = AttemptStartedEvent.from_dict(attempt_started_event_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)


152 changes: 0 additions & 152 deletions docs/AuthenticationUsersApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,87 +4,11 @@ All URIs are relative to *https://api.reveng.ai*

Method | HTTP request | Description
------------- | ------------- | -------------
[**get_requester_user_info**](AuthenticationUsersApi.md#get_requester_user_info) | **GET** /v2/users/me | Get the requesters user information
[**get_user**](AuthenticationUsersApi.md#get_user) | **GET** /v2/users/{user_id} | Get a user's public information
[**get_user_activity**](AuthenticationUsersApi.md#get_user_activity) | **GET** /v2/users/activity | Get auth user activity
[**get_user_comments**](AuthenticationUsersApi.md#get_user_comments) | **GET** /v2/users/me/comments | Get comments by user
[**submit_user_feedback**](AuthenticationUsersApi.md#submit_user_feedback) | **POST** /v2/users/feedback | Submit feedback about the application


# **get_requester_user_info**
> BaseResponseGetMeResponse get_requester_user_info()

Get the requesters user information

### Example

* Api Key Authentication (APIKey):

```python
import revengai
from revengai.models.base_response_get_me_response import BaseResponseGetMeResponse
from revengai.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.reveng.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = revengai.Configuration(
host = "https://api.reveng.ai"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: APIKey
configuration.api_key['APIKey'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['APIKey'] = 'Bearer'

# Enter a context with an instance of the API client
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.AuthenticationUsersApi(api_client)

try:
# Get the requesters user information
api_response = api_instance.get_requester_user_info()
print("The response of AuthenticationUsersApi->get_requester_user_info:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling AuthenticationUsersApi->get_requester_user_info: %s\n" % e)
```



### Parameters

This endpoint does not need any parameter.

### Return type

[**BaseResponseGetMeResponse**](BaseResponseGetMeResponse.md)

### Authorization

[APIKey](../README.md#APIKey)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful Response | - |
**422** | Invalid request parameters | - |

[[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)

# **get_user**
> BaseResponseGetPublicUserResponse get_user(user_id)

Expand Down Expand Up @@ -237,82 +161,6 @@ This endpoint does not need any parameter.

[[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)

# **get_user_comments**
> BaseResponseListCommentResponse get_user_comments()

Get comments by user

Retrieves all comments created by a specific user. Only returns comments for resources the requesting user has access to.

### Example

* Api Key Authentication (APIKey):

```python
import revengai
from revengai.models.base_response_list_comment_response import BaseResponseListCommentResponse
from revengai.rest import ApiException
from pprint import pprint

# Defining the host is optional and defaults to https://api.reveng.ai
# See configuration.py for a list of all supported configuration parameters.
configuration = revengai.Configuration(
host = "https://api.reveng.ai"
)

# The client must configure the authentication and authorization parameters
# in accordance with the API server security policy.
# Examples for each auth method are provided below, use the example that
# satisfies your auth use case.

# Configure API key authorization: APIKey
configuration.api_key['APIKey'] = os.environ["API_KEY"]

# Uncomment below to setup prefix (e.g. Bearer) for API key, if needed
# configuration.api_key_prefix['APIKey'] = 'Bearer'

# Enter a context with an instance of the API client
with revengai.ApiClient(configuration) as api_client:
# Create an instance of the API class
api_instance = revengai.AuthenticationUsersApi(api_client)

try:
# Get comments by user
api_response = api_instance.get_user_comments()
print("The response of AuthenticationUsersApi->get_user_comments:\n")
pprint(api_response)
except Exception as e:
print("Exception when calling AuthenticationUsersApi->get_user_comments: %s\n" % e)
```



### Parameters

This endpoint does not need any parameter.

### Return type

[**BaseResponseListCommentResponse**](BaseResponseListCommentResponse.md)

### Authorization

[APIKey](../README.md#APIKey)

### HTTP request headers

- **Content-Type**: Not defined
- **Accept**: application/json

### HTTP response details

| Status code | Description | Response headers |
|-------------|-------------|------------------|
**200** | Successful Response | - |
**422** | Invalid request parameters | - |

[[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)

# **submit_user_feedback**
> BaseResponse submit_user_feedback(submit_user_feedback_request)

Expand Down
33 changes: 0 additions & 33 deletions docs/BaseResponseGetMeResponse.md

This file was deleted.

Loading