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.82.0
v3.82.1
4 changes: 2 additions & 2 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.82.0</version>
<version>3.82.1</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ repositories {
}

dependencies {
implementation "ai.reveng:sdk:3.82.0"
implementation "ai.reveng:sdk:3.82.1"
}
```

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.82.0'
version = '3.82.1'



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

coordinates("ai.reveng", "sdk", "3.82.0")
coordinates("ai.reveng", "sdk", "3.82.1")

pom {
name = "sdk"
Expand Down
2 changes: 1 addition & 1 deletion 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.82.0",
version := "3.82.1",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 2 additions & 0 deletions docs/AiDecompilationRating.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@

* `NEUTRAL` (value: `"NEUTRAL"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/AiDecompilationTaskStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@

* `SUCCESS` (value: `"success"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/AnalysisScope.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,7 @@

* `PUBLIC` (value: `"PUBLIC"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



1 change: 1 addition & 0 deletions docs/AnalysisUpdateRequest.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
|---- | -----|
| PUBLIC | &quot;PUBLIC&quot; |
| PRIVATE | &quot;PRIVATE&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/AppApiRestV2AgentSchemaCapability.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
| ENVIRONMENT | &quot;Environment&quot; |
| FILE_HEADER | &quot;File Header&quot; |
| OTHER | &quot;Other&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



2 changes: 2 additions & 0 deletions docs/AppApiRestV2AnalysesEnumsOrderBy.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@

* `SIZE` (value: `"size"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/AppApiRestV2CollectionsEnumsOrderBy.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,7 @@

* `UPDATED` (value: `"updated"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/BinariesTaskStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@

* `FAILED` (value: `"FAILED"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/BinaryTaskStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@

* `FAILED` (value: `"FAILED"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/CollectionScope.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@

* `TEAM` (value: `"TEAM"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



1 change: 1 addition & 0 deletions docs/CommentsData.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
| UNINITIALISED | &quot;UNINITIALISED&quot; |
| PENDING | &quot;PENDING&quot; |
| COMPLETED | &quot;COMPLETED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/DecompilationData.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
| RUNNING | &quot;RUNNING&quot; |
| COMPLETED | &quot;COMPLETED&quot; |
| FAILED | &quot;FAILED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



2 changes: 2 additions & 0 deletions docs/DynamicExecutionStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,7 @@

* `ALL` (value: `"ALL"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



1 change: 1 addition & 0 deletions docs/ErrorBody.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
| VALIDATION_FAILED | &quot;VALIDATION_FAILED&quot; |
| VERIFICATION_EXPIRED | &quot;VERIFICATION_EXPIRED&quot; |
| VERIFICATION_NOT_FOUND | &quot;VERIFICATION_NOT_FOUND&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventCONTEXTCOMPACTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| CONTEXT_COMPACTED | &quot;CONTEXT_COMPACTED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventRUNCANCELLED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| RUN_CANCELLED | &quot;RUN_CANCELLED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventRUNERROR.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| RUN_ERROR | &quot;RUN_ERROR&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventRUNFINISHED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| RUN_FINISHED | &quot;RUN_FINISHED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventRUNSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| RUN_STARTED | &quot;RUN_STARTED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventSTEPFINISHED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| STEP_FINISHED | &quot;STEP_FINISHED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventSTEPSTARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| STEP_STARTED | &quot;STEP_STARTED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTEXTMESSAGECONTENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TEXT_MESSAGE_CONTENT | &quot;TEXT_MESSAGE_CONTENT&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTEXTMESSAGEEND.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TEXT_MESSAGE_END | &quot;TEXT_MESSAGE_END&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTEXTMESSAGESTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TEXT_MESSAGE_START | &quot;TEXT_MESSAGE_START&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTITLEUPDATED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TITLE_UPDATED | &quot;TITLE_UPDATED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTOOLCALLARGSDELTA.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TOOL_CALL_ARGS_DELTA | &quot;TOOL_CALL_ARGS_DELTA&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTOOLCALLEND.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TOOL_CALL_END | &quot;TOOL_CALL_END&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTOOLCALLRESULT.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TOOL_CALL_RESULT | &quot;TOOL_CALL_RESULT&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTOOLCALLSTART.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TOOL_CALL_START | &quot;TOOL_CALL_START&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/EventTOOLCONFIRMATIONREQUIRED.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
| Name | Value |
|---- | -----|
| TOOL_CONFIRMATION_REQUIRED | &quot;TOOL_CONFIRMATION_REQUIRED&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



2 changes: 2 additions & 0 deletions docs/FileFormat.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@

* `BLOB` (value: `"blob"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/Filters.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@

* `HIDE_EMPTY` (value: `"hide_empty"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



1 change: 1 addition & 0 deletions docs/FunctionListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
| EXTERNAL | &quot;EXTERNAL&quot; |
| AI_UNSTRIP | &quot;AI_UNSTRIP&quot; |
| AI_AGENT | &quot;AI_AGENT&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/FunctionMatchingFilters.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
| USER | &quot;USER&quot; |
| SYSTEM | &quot;SYSTEM&quot; |
| EXTERNAL | &quot;EXTERNAL&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



4 changes: 4 additions & 0 deletions docs/FunctionSourceType.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,9 @@

* `AI_UNSTRIP` (value: `"AI_UNSTRIP"`)

* `AI_AGENT` (value: `"AI_AGENT"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/FunctionTaskStatus.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,7 @@

* `FAILED` (value: `"FAILED"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



6 changes: 4 additions & 2 deletions docs/FunctionsAiDecompilationApi.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="createAiDecompilation"></a>
# **createAiDecompilation**
> CreateAIDecompOutputBody createAiDecompilation(functionId, contextAware)
> CreateAIDecompOutputBody createAiDecompilation(functionId, contextAware, temperature)

Start AI decompilation

Expand Down Expand Up @@ -58,8 +58,9 @@ public class Example {
FunctionsAiDecompilationApi apiInstance = new FunctionsAiDecompilationApi(defaultClient);
Long functionId = 56L; // Long | Function ID
Boolean contextAware = false; // Boolean | Use context-aware decompilation
Double temperature = -1D; // Double | LLM temperature (0.0-1.0). Overrides the server default when set. Omit or set to -1 to use the server default.
try {
CreateAIDecompOutputBody result = apiInstance.createAiDecompilation(functionId, contextAware);
CreateAIDecompOutputBody result = apiInstance.createAiDecompilation(functionId, contextAware, temperature);
System.out.println(result);
} catch (ApiException e) {
System.err.println("Exception when calling FunctionsAiDecompilationApi#createAiDecompilation");
Expand All @@ -78,6 +79,7 @@ public class Example {
|------------- | ------------- | ------------- | -------------|
| **functionId** | **Long**| Function ID | |
| **contextAware** | **Boolean**| Use context-aware decompilation | [optional] [default to false] |
| **temperature** | **Double**| LLM temperature (0.0-1.0). Overrides the server default when set. Omit or set to -1 to use the server default. | [optional] [default to -1] |

### Return type

Expand Down
1 change: 1 addition & 0 deletions docs/GetMeResponse.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
| ADMIN | &quot;ADMIN&quot; |
| SUPERADMIN | &quot;SUPERADMIN&quot; |
| SYSTEM | &quot;SYSTEM&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



1 change: 1 addition & 0 deletions docs/IOC.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
| PE_HEADER | &quot;pe_header&quot; |
| ENTROPY | &quot;entropy&quot; |
| OTHER | &quot;other&quot; |
| UNKNOWN_DEFAULT_OPEN_API | &quot;unknown_default_open_api&quot; |



2 changes: 2 additions & 0 deletions docs/ISA.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@

* `ARM` (value: `"arm"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



2 changes: 2 additions & 0 deletions docs/ModelName.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@

* `BINNET_0_7_ARM_64_ANDROID` (value: `"binnet-0.7-arm-64-android"`)

* `UNKNOWN_DEFAULT_OPEN_API` (value: `"unknown_default_open_api"`)



Loading