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.34.0
v3.39.0
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.34.0</version>
<version>3.39.0</version>
<scope>compile</scope>
</dependency>
```
Expand All @@ -31,7 +31,7 @@ repositories {
}

dependencies {
implementation "ai.reveng:sdk:3.34.0"
implementation "ai.reveng:sdk:3.39.0"
}
```

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.34.0'
version = '3.39.0'



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

coordinates("ai.reveng", "sdk", "3.34.0")
coordinates("ai.reveng", "sdk", "3.39.0")

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.34.0",
version := "3.39.0",
scalaVersion := "2.11.12",
scalacOptions ++= Seq("-feature"),
compile / javacOptions ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion docs/AnalysisRecord.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
|**modelId** | **Integer** | ID to identify the model used for analysis | |
|**modelName** | **String** | Name of the model used for analysis | |
|**status** | **String** | The current status of analysis | |
|**creation** | **OffsetDateTime** | The current status of analysis | |
|**creation** | **OffsetDateTime** | The datetime of when the analysis was created | |
|**isOwner** | **Boolean** | Whether the current user is the owner of a binary | |
|**binaryName** | **String** | The name of the file uploaded | |
|**sha256Hash** | **String** | The hash of the binary | |
Expand Down
2 changes: 1 addition & 1 deletion docs/CollectionListItem.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
|**collectionTags** | **List&lt;String&gt;** | The tags of the collection | [optional] |
|**collectionSize** | **Integer** | The size of the collection | |
|**collectionId** | **Integer** | The ID of the collection | |
|**creation** | **OffsetDateTime** | The current status of analysis | |
|**creation** | **OffsetDateTime** | The datetime of when the collection was created | |
|**modelName** | **String** | The model being used for the collection | |
|**teamId** | **Integer** | | [optional] |

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>sdk</artifactId>
<packaging>jar</packaging>
<name>sdk</name>
<version>3.34.0</version>
<version>3.39.0</version>
<url>https://github.com/RevEngAI/sdk-java</url>
<description>Java SDK for the RevEng.AI API</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/AnalysesCommentsApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/AnalysesCoreApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/AuthenticationUsersApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/BinariesApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/CollectionsApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/ConfigApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/ExternalSourcesApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/FirmwareApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/FunctionsCoreApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/FunctionsDataTypesApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/ModelsApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/api/SearchApi.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ApiCallback.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/ai/reveng/invoker/ApiClient.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down Expand Up @@ -146,7 +146,7 @@ protected void init() {
json = new JSON();

// Set default User-Agent.
setUserAgent("OpenAPI-Generator/3.34.0/java");
setUserAgent("OpenAPI-Generator/3.39.0/java");

authentications = new HashMap<String, Authentication>();
}
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ApiException.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ApiResponse.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/ai/reveng/invoker/Configuration.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand All @@ -18,7 +18,7 @@

@javax.annotation.Generated(value = "org.openapitools.codegen.languages.JavaClientCodegen")
public class Configuration {
public static final String VERSION = "3.34.0";
public static final String VERSION = "3.39.0";

private static final AtomicReference<ApiClient> defaultApiClient = new AtomicReference<>();
private static volatile Supplier<ApiClient> apiClientFactory = ApiClient::new;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/JSON.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/Pair.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ProgressRequestBody.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ServerConfiguration.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/ServerVariable.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/StringUtil.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/auth/ApiKeyAuth.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/auth/Authentication.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/auth/HttpBasicAuth.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/invoker/auth/HttpBearerAuth.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/ai/reveng/model/AbstractOpenApiSchema.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*
* RevEng.AI API
* RevEng.AI is Similarity Search Engine for executable binaries
* 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.
*
*
*
Expand Down
Loading