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
The table of contents is too big for display.
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.93.1
v3.93.2
17 changes: 9 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Add this dependency to your project's POM:
<dependency>
<groupId>ai.reveng</groupId>
<artifactId>sdk</artifactId>
<version>3.93.1</version>
<version>3.93.2</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ repositories {
}

dependencies {
implementation "ai.reveng:sdk:3.93.1"
implementation "ai.reveng:sdk:3.93.2"
}
```

Expand Down Expand Up @@ -271,6 +271,7 @@ Class | Method | HTTP request | Description
- [AppApiRestV2FunctionsTypesFunction](docs/AppApiRestV2FunctionsTypesFunction.md)
- [AppApiRestV2InfoTypesCapability](docs/AppApiRestV2InfoTypesCapability.md)
- [Argument](docs/Argument.md)
- [Artifact](docs/Artifact.md)
- [AttemptFailedEvent](docs/AttemptFailedEvent.md)
- [AttemptStartedEvent](docs/AttemptStartedEvent.md)
- [AutoRunAgents](docs/AutoRunAgents.md)
Expand Down Expand Up @@ -387,6 +388,7 @@ Class | Method | HTTP request | Description
- [ConfigResponse](docs/ConfigResponse.md)
- [ConfirmToolInputBody](docs/ConfirmToolInputBody.md)
- [Connection](docs/Connection.md)
- [ConsoleOutputEntry](docs/ConsoleOutputEntry.md)
- [Context](docs/Context.md)
- [Conversation](docs/Conversation.md)
- [ConversationContext](docs/ConversationContext.md)
Expand Down Expand Up @@ -447,13 +449,13 @@ Class | Method | HTTP request | Description
- [EventWarning](docs/EventWarning.md)
- [ExportModel](docs/ExportModel.md)
- [ExternalResponse](docs/ExternalResponse.md)
- [ExtractedFileEntry](docs/ExtractedFileEntry.md)
- [ExtractedURL](docs/ExtractedURL.md)
- [FileActivityEntry](docs/FileActivityEntry.md)
- [FileFormat](docs/FileFormat.md)
- [FileHashes](docs/FileHashes.md)
- [FileMetadata](docs/FileMetadata.md)
- [Filters](docs/Filters.md)
- [FuncDepsInner](docs/FuncDepsInner.md)
- [FunctionBlockDestinationResponse](docs/FunctionBlockDestinationResponse.md)
- [FunctionBlockResponse](docs/FunctionBlockResponse.md)
- [FunctionBlocksResponse](docs/FunctionBlocksResponse.md)
Expand All @@ -467,7 +469,6 @@ Class | Method | HTTP request | Description
- [FunctionDataTypesStatus](docs/FunctionDataTypesStatus.md)
- [FunctionHeader](docs/FunctionHeader.md)
- [FunctionInfoInput](docs/FunctionInfoInput.md)
- [FunctionInfoInputFuncDepsInner](docs/FunctionInfoInputFuncDepsInner.md)
- [FunctionInfoOutput](docs/FunctionInfoOutput.md)
- [FunctionListItem](docs/FunctionListItem.md)
- [FunctionLocalVariableResponse](docs/FunctionLocalVariableResponse.md)
Expand All @@ -490,7 +491,6 @@ Class | Method | HTTP request | Description
- [FunctionTaskResponse](docs/FunctionTaskResponse.md)
- [FunctionTaskStatus](docs/FunctionTaskStatus.md)
- [FunctionTypeInput](docs/FunctionTypeInput.md)
- [FunctionTypeOutput](docs/FunctionTypeOutput.md)
- [FunctionsDetailResponse](docs/FunctionsDetailResponse.md)
- [FunctionsListRename](docs/FunctionsListRename.md)
- [GenerateFunctionDataTypes](docs/GenerateFunctionDataTypes.md)
Expand Down Expand Up @@ -546,11 +546,11 @@ Class | Method | HTTP request | Description
- [PatchCollectionTagsInputBody](docs/PatchCollectionTagsInputBody.md)
- [PatchCollectionTagsOutputBody](docs/PatchCollectionTagsOutputBody.md)
- [PatchCommentBody](docs/PatchCommentBody.md)
- [PcapBodyInfo](docs/PcapBodyInfo.md)
- [Platform](docs/Platform.md)
- [PriceOutput](docs/PriceOutput.md)
- [PriceSummary](docs/PriceSummary.md)
- [ProcessActivityEntry](docs/ProcessActivityEntry.md)
- [ProcessExtractedFiles](docs/ProcessExtractedFiles.md)
- [ProcessMemdumps](docs/ProcessMemdumps.md)
- [ProcessNode](docs/ProcessNode.md)
- [ProcessTree](docs/ProcessTree.md)
Expand Down Expand Up @@ -585,6 +585,8 @@ Class | Method | HTTP request | Description
- [SecurityModel](docs/SecurityModel.md)
- [SegmentInfo](docs/SegmentInfo.md)
- [SendMessageRequest](docs/SendMessageRequest.md)
- [ServerSentEventsInner](docs/ServerSentEventsInner.md)
- [ServerSentEventsInner1](docs/ServerSentEventsInner1.md)
- [ServiceEntry](docs/ServiceEntry.md)
- [SessionOutputBody](docs/SessionOutputBody.md)
- [SingleCodeCertificateModel](docs/SingleCodeCertificateModel.md)
Expand Down Expand Up @@ -614,8 +616,6 @@ 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)
- [Structure](docs/Structure.md)
Expand All @@ -631,6 +631,7 @@ Class | Method | HTTP request | Description
- [TaskResponse](docs/TaskResponse.md)
- [TaskStatus](docs/TaskStatus.md)
- [TaskStatusResponse](docs/TaskStatusResponse.md)
- [TcpCarvedFile](docs/TcpCarvedFile.md)
- [TimestampModel](docs/TimestampModel.md)
- [TokenisedData](docs/TokenisedData.md)
- [TriageFunctionResponse](docs/TriageFunctionResponse.md)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ apply plugin: 'java'
apply plugin: 'com.diffplug.spotless'

group = 'ai.reveng'
version = '3.93.1'
version = '3.93.2'



Expand Down Expand Up @@ -171,7 +171,7 @@ mavenPublishing {
publishToMavenCentral(true)
signAllPublications()

coordinates("ai.reveng", "sdk", "3.93.1")
coordinates("ai.reveng", "sdk", "3.93.2")

pom {
name = "sdk"
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "ai.reveng",
name := "sdk",
version := "3.93.1",
version := "3.93.2",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand All @@ -15,7 +15,7 @@ lazy val root = (project in file(".")).
"com.google.code.gson" % "gson" % "2.9.1",
"org.apache.commons" % "commons-lang3" % "3.18.0",
"jakarta.ws.rs" % "jakarta.ws.rs-api" % "2.1.6",
"org.openapitools" % "jackson-databind-nullable" % "0.2.8",
"org.openapitools" % "jackson-databind-nullable" % "0.2.10",
"io.gsonfire" % "gson-fire" % "1.9.0" % "compile",
"jakarta.annotation" % "jakarta.annotation-api" % "1.3.5" % "compile",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "compile",
Expand Down
24 changes: 12 additions & 12 deletions docs/AIDecompFunctionMapping.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**fields** | **Map&lt;String, Map&lt;String, ReplacementValue&gt;&gt;** | | |
|**inverseFunctionMap** | **Map&lt;String, AIDecompInverseFunctionMapItem&gt;** | | |
|**inverseStringMap** | **Map&lt;String, AIDecompInverseStringMapItem&gt;** | | |
|**unmatchedCustomFunctionPointers** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedCustomTypes** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedEnums** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedExternalVars** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedFunctions** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedGlobalVars** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedGoToLabels** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedStrings** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedVariadicLists** | **Map&lt;String, ReplacementValue&gt;** | | |
|**unmatchedVars** | **Map&lt;String, ReplacementValue&gt;** | | |
|**inverseFunctionMap** | [**Map&lt;String, AIDecompInverseFunctionMapItem&gt;**](AIDecompInverseFunctionMapItem.md) | | |
|**inverseStringMap** | [**Map&lt;String, AIDecompInverseStringMapItem&gt;**](AIDecompInverseStringMapItem.md) | | |
|**unmatchedCustomFunctionPointers** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedCustomTypes** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedEnums** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedExternalVars** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedFunctions** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedGlobalVars** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedGoToLabels** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedStrings** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedVariadicLists** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**unmatchedVars** | [**Map&lt;String, ReplacementValue&gt;**](ReplacementValue.md) | | |
|**userOverrideMappings** | **Map&lt;String, String&gt;** | | |


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

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**error** | **ErrorBody** | | |
|**error** | [**ErrorBody**](ErrorBody.md) | | |



10 changes: 5 additions & 5 deletions docs/AnalysesCoreApi.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ All URIs are relative to *https://api.reveng.ai*

<a id="addUserStringToAnalysis"></a>
# **addUserStringToAnalysis**
> Map&lt;String, Object&gt; addUserStringToAnalysis(analysisId, addUserStringInputBody)
> Object addUserStringToAnalysis(analysisId, addUserStringInputBody)

Add a user-provided string to an analysis.

Expand Down Expand Up @@ -59,7 +59,7 @@ public class Example {
Long analysisId = 56L; // Long | Analysis ID
AddUserStringInputBody addUserStringInputBody = new AddUserStringInputBody(); // AddUserStringInputBody |
try {
Map<String, Object> result = apiInstance.addUserStringToAnalysis(analysisId, addUserStringInputBody);
Object result = apiInstance.addUserStringToAnalysis(analysisId, addUserStringInputBody);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling AnalysesCoreApi#addUserStringToAnalysis");
Expand All @@ -81,7 +81,7 @@ public class Example {

### Return type

**Map&lt;String, Object&gt;**
**Object**

### Authorization

Expand Down Expand Up @@ -885,8 +885,8 @@ public class Example {
| **sha256Hash** | **String**| | [optional] |
| **limit** | **Integer**| | [optional] [default to 20] |
| **offset** | **Integer**| | [optional] [default to 0] |
| **orderBy** | [**AppApiRestV2AnalysesEnumsOrderBy**](.md)| | [optional] [enum: created, name, size] |
| **order** | [**Order**](.md)| | [optional] [enum: ASC, DESC] |
| **orderBy** | [**AppApiRestV2AnalysesEnumsOrderBy**](.md)| | [optional] [default to created] [enum: created, name, size] |
| **order** | [**Order**](.md)| | [optional] [default to DESC] [enum: ASC, DESC] |

### Return type

Expand Down
4 changes: 2 additions & 2 deletions docs/AnalysisBulkAddTagsResponseItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**analysisId** | **Integer** | | |
|**message** | **String** | | |
|**error** | **String** | | [optional] |
|**message** | **String** | Success message if the update was successful | |
|**error** | **String** | Error message if the update failed | [optional] |



4 changes: 2 additions & 2 deletions docs/AnalysisCreateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
|**sha256Hash** | **String** | The sha256 hash of the file | |
|**tags** | [**List&lt;Tag&gt;**](Tag.md) | List of tags to assign to an analysis | [optional] |
|**analysisScope** | **AnalysisScope** | The scope of the analysis determines who can access it | [optional] |
|**symbols** | [**Symbols**](Symbols.md) | | [optional] |
|**debugHash** | **String** | | [optional] |
|**symbols** | [**Symbols**](Symbols.md) | Symbols are user-defined properties which inform how the binary is decompiled | [optional] |
|**debugHash** | **String** | Hash of the debug file | [optional] |
|**analysisConfig** | [**AnalysisConfig**](AnalysisConfig.md) | The analysis config enables the configuration of optional analysis stages | [optional] |
|**binaryConfig** | [**BinaryConfig**](BinaryConfig.md) | The binary config can override automatically determined values such as ISA, Platform, File Format, etc | [optional] |
|**autoRunAgents** | [**AutoRunAgents**](AutoRunAgents.md) | | [optional] |
Expand Down
2 changes: 1 addition & 1 deletion docs/AnalysisFunctionMatchingRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**minSimilarity** | **BigDecimal** | Minimum similarity expected for a match as a percentage, default is 90 | [optional] |
|**filters** | [**FunctionMatchingFilters**](FunctionMatchingFilters.md) | | [optional] |
|**filters** | [**FunctionMatchingFilters**](FunctionMatchingFilters.md) | Used to limit the search to specific binaries, collections, and functions | [optional] |
|**resultsPerFunction** | **Integer** | Maximum number of matches to return per function, default is 1, max is 30 | [optional] |
|**page** | **Integer** | Page number for paginated results, default is 1 (first page) | [optional] |
|**pageSize** | **Integer** | Number of functions to return per page, default is 0 (all functions), max is 1000 | [optional] |
Expand Down
4 changes: 2 additions & 2 deletions docs/AnalysisLogMessage.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**message** | **String** | | |
|**time** | **String** | | |
|**message** | **String** | Search is applied to string value | |
|**time** | **String** | Search is applied to string value | |



2 changes: 1 addition & 1 deletion docs/AnalysisLogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**messageCount** | **Long** | | |
|**messages** | **List&lt;AnalysisLogMessage&gt;** | | |
|**messages** | [**List&lt;AnalysisLogMessage&gt;**](AnalysisLogMessage.md) | | |



4 changes: 2 additions & 2 deletions docs/AnalysisRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
|**functionBoundariesHash** | **String** | The hash of the function boundaries | |
|**binarySize** | **Integer** | The size of the binary | |
|**username** | **String** | The username of the analysis owner | |
|**dynamicExecutionStatus** | **DynamicExecutionStatus** | | [optional] |
|**dynamicExecutionTaskId** | **Integer** | | [optional] |
|**dynamicExecutionStatus** | **DynamicExecutionStatus** | If searching for dynamic execution, the status of the task | [optional] |
|**dynamicExecutionTaskId** | **Integer** | If searching for dynamic execution, the task ID of the task | [optional] |
|**baseAddress** | **BigInteger** | The base address of the binary | |
|**tags** | [**List&lt;TagItem&gt;**](TagItem.md) | List of tags associated with the analysis | [optional] |

Expand Down
30 changes: 15 additions & 15 deletions docs/AnalysisReport.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,21 @@

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**extractedFiles** | **List&lt;ProcessExtractedFiles&gt;** | | [optional] |
|**fileActivity** | **List&lt;FileActivityEntry&gt;** | | [optional] |
|**info** | **ReportInfo** | | |
|**memdumps** | **List&lt;ProcessMemdumps&gt;** | | [optional] |
|**moduleLoadAddresses** | **List&lt;ModuleLoadEntry&gt;** | | [optional] |
|**mutexes** | **List&lt;MutexEntry&gt;** | | [optional] |
|**networkActivity** | **NetworkActivity** | | [optional] |
|**processActivity** | **List&lt;ProcessActivityEntry&gt;** | | [optional] |
|**processTree** | **ProcessTree** | | [optional] |
|**registryOperations** | **List&lt;RegistryOperation&gt;** | | [optional] |
|**scheduledTasks** | **List&lt;ScheduledTaskEntry&gt;** | | [optional] |
|**services** | **List&lt;ServiceEntry&gt;** | | [optional] |
|**startup** | **StartupInfo** | | [optional] |
|**threatScore** | **Long** | | |
|**ttps** | **List&lt;Ttp&gt;** | | [optional] |
|**artifacts** | [**List&lt;Artifact&gt;**](Artifact.md) | | [optional] |
|**consoleOutput** | [**List&lt;ConsoleOutputEntry&gt;**](ConsoleOutputEntry.md) | | [optional] |
|**fileActivity** | [**List&lt;FileActivityEntry&gt;**](FileActivityEntry.md) | | [optional] |
|**info** | [**ReportInfo**](ReportInfo.md) | | |
|**memdumps** | [**List&lt;ProcessMemdumps&gt;**](ProcessMemdumps.md) | | [optional] |
|**moduleLoadAddresses** | [**List&lt;ModuleLoadEntry&gt;**](ModuleLoadEntry.md) | | [optional] |
|**mutexes** | [**List&lt;MutexEntry&gt;**](MutexEntry.md) | | [optional] |
|**networkActivity** | [**NetworkActivity**](NetworkActivity.md) | | [optional] |
|**processActivity** | [**List&lt;ProcessActivityEntry&gt;**](ProcessActivityEntry.md) | | [optional] |
|**processTree** | [**ProcessTree**](ProcessTree.md) | | [optional] |
|**registryOperations** | [**List&lt;RegistryOperation&gt;**](RegistryOperation.md) | | [optional] |
|**scheduledTasks** | [**List&lt;ScheduledTaskEntry&gt;**](ScheduledTaskEntry.md) | | [optional] |
|**services** | [**List&lt;ServiceEntry&gt;**](ServiceEntry.md) | | [optional] |
|**startup** | [**StartupInfo**](StartupInfo.md) | | [optional] |
|**ttps** | [**List&lt;Ttp&gt;**](Ttp.md) | | [optional] |



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

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**functions** | **List&lt;AnalysisStringFunction&gt;** | | |
|**functions** | [**List&lt;AnalysisStringFunction&gt;**](AnalysisStringFunction.md) | | |
|**source** | **String** | | |
|**value** | **String** | | |

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

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**lastChange** | **String** | | [optional] |
|**lastChange** | **String** | Timestamp of the last change to this argument | [optional] |
|**offset** | **Integer** | Offset of the argument in the function signature | |
|**name** | **String** | Name of the argument | |
|**type** | **String** | Data type of the argument | |
Expand Down
46 changes: 46 additions & 0 deletions docs/Artifact.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@


# Artifact


## Properties

| Name | Type | Description | Notes |
|------------ | ------------- | ------------- | -------------|
|**direction** | **String** | | [optional] |
|**dumpAddr** | **String** | | [optional] |
|**dumpPid** | **Long** | | [optional] |
|**fileType** | **String** | | [optional] |
|**host** | **String** | | [optional] |
|**isPe** | **Boolean** | | |
|**mimeType** | **String** | | [optional] |
|**name** | **String** | | |
|**networkSource** | **String** | | [optional] |
|**originalFilename** | **String** | | [optional] |
|**path** | **String** | | |
|**processSeqid** | **Long** | | [optional] |
|**reason** | [**ReasonEnum**](#ReasonEnum) | | |
|**responseStatus** | **Long** | | [optional] |
|**sha256** | **String** | | [optional] |
|**size** | **Long** | | |
|**source** | **String** | | |
|**uri** | **String** | | [optional] |
|**wasMapped** | **Boolean** | | [optional] |
|**yaraHits** | **List&lt;String&gt;** | | [optional] |



## Enum: ReasonEnum

| Name | Value |
|---- | -----|
| WRITTEN_BY_TARGET_PROCESS | &quot;written_by_target_process&quot; |
| BINARY_DETECTED | &quot;binary_detected&quot; |
| SHELLCODE_DETECTED | &quot;shellcode_detected&quot; |
| FILE_TYPE_DETECTED | &quot;file_type_detected&quot; |
| YARA_MATCH | &quot;yara_match&quot; |
| NETWORK_REQUEST | &quot;network_request&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



Loading