Skip to content

Commit fe3401a

Browse files
Update SDK to version v3.39.0
- Generated from OpenAPI spec version v3.39.0 - Auto-generated by GitHub Actions
1 parent 24c8d01 commit fe3401a

649 files changed

Lines changed: 655 additions & 655 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.sdk-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.34.0
1+
v3.39.0

docs/AnalysisRecord.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Name | Type | Description | Notes
1111
**model_id** | **int** | ID to identify the model used for analysis |
1212
**model_name** | **str** | Name of the model used for analysis |
1313
**status** | **str** | The current status of analysis |
14-
**creation** | **datetime** | The current status of analysis |
14+
**creation** | **datetime** | The datetime of when the analysis was created |
1515
**is_owner** | **bool** | Whether the current user is the owner of a binary |
1616
**binary_name** | **str** | The name of the file uploaded |
1717
**sha_256_hash** | **str** | The hash of the binary |

docs/CollectionListItem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Name | Type | Description | Notes
1313
**collection_tags** | **List[str]** | The tags of the collection | [optional] [default to []]
1414
**collection_size** | **int** | The size of the collection |
1515
**collection_id** | **int** | The ID of the collection |
16-
**creation** | **datetime** | The current status of analysis |
16+
**creation** | **datetime** | The datetime of when the collection was created |
1717
**model_name** | **str** | The model being used for the collection |
1818
**team_id** | **int** | | [optional]
1919

revengai/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
"""
66
RevEng.AI API
77
8-
RevEng.AI is Similarity Search Engine for executable binaries
8+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
99
1010
Generated by OpenAPI Generator (https://openapi-generator.tech)
1111
1212
Do not edit the class manually.
1313
""" # noqa: E501
1414

1515

16-
__version__ = "v3.34.0"
16+
__version__ = "v3.39.0"
1717

1818
# Define package exports
1919
__all__ = [

revengai/api/analyses_comments_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
RevEng.AI API
55
6-
RevEng.AI is Similarity Search Engine for executable binaries
6+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
77
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

revengai/api/analyses_core_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
RevEng.AI API
55
6-
RevEng.AI is Similarity Search Engine for executable binaries
6+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
77
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

revengai/api/analyses_dynamic_execution_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
RevEng.AI API
55
6-
RevEng.AI is Similarity Search Engine for executable binaries
6+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
77
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

revengai/api/analyses_results_metadata_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
RevEng.AI API
55
6-
RevEng.AI is Similarity Search Engine for executable binaries
6+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
77
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

revengai/api/analyses_security_checks_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
RevEng.AI API
55
6-
RevEng.AI is Similarity Search Engine for executable binaries
6+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
77
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

revengai/api/authentication_users_api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"""
44
RevEng.AI API
55
6-
RevEng.AI is Similarity Search Engine for executable binaries
6+
RevEng.AI is an AI-powered binary analysis platform for reverse engineering and malware analysis. It provides similarity search across executable binaries and functions, AI-driven decompilation, dynamic execution analysis, firmware unpacking, and integration with external threat intelligence sources like VirusTotal.
77
88
Generated by OpenAPI Generator (https://openapi-generator.tech)
99

0 commit comments

Comments
 (0)