Skip to content

Commit 0a29fe0

Browse files
Update SDK to version v3.80.1
- Generated from OpenAPI spec version v3.80.1 - Auto-generated by GitHub Actions
1 parent 1f1fc04 commit 0a29fe0

62 files changed

Lines changed: 12175 additions & 12 deletions

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.80.0
1+
v3.80.1

README.md

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this dependency to your project's POM:
1616
<dependency>
1717
<groupId>ai.reveng</groupId>
1818
<artifactId>sdk</artifactId>
19-
<version>3.80.0</version>
19+
<version>3.80.1</version>
2020
<scope>compile</scope>
2121
</dependency>
2222
```
@@ -31,7 +31,7 @@ repositories {
3131
}
3232
3333
dependencies {
34-
implementation "ai.reveng:sdk:3.80.0"
34+
implementation "ai.reveng:sdk:3.80.1"
3535
}
3636
```
3737

@@ -209,6 +209,7 @@ Class | Method | HTTP request | Description
209209
- [AnalysisFunctions](docs/AnalysisFunctions.md)
210210
- [AnalysisFunctionsList](docs/AnalysisFunctionsList.md)
211211
- [AnalysisRecord](docs/AnalysisRecord.md)
212+
- [AnalysisReport](docs/AnalysisReport.md)
212213
- [AnalysisScope](docs/AnalysisScope.md)
213214
- [AnalysisStringInput](docs/AnalysisStringInput.md)
214215
- [AnalysisStringsResponse](docs/AnalysisStringsResponse.md)
@@ -217,6 +218,7 @@ Class | Method | HTTP request | Description
217218
- [AnalysisUpdateRequest](docs/AnalysisUpdateRequest.md)
218219
- [AnalysisUpdateTagsRequest](docs/AnalysisUpdateTagsRequest.md)
219220
- [AnalysisUpdateTagsResponse](docs/AnalysisUpdateTagsResponse.md)
221+
- [ApiCall](docs/ApiCall.md)
220222
- [AppApiRestV2AgentSchemaCapability](docs/AppApiRestV2AgentSchemaCapability.md)
221223
- [AppApiRestV2AnalysesEnumsOrderBy](docs/AppApiRestV2AnalysesEnumsOrderBy.md)
222224
- [AppApiRestV2CollectionsEnumsOrderBy](docs/AppApiRestV2CollectionsEnumsOrderBy.md)
@@ -332,6 +334,7 @@ Class | Method | HTTP request | Description
332334
- [CommentUpdateRequest](docs/CommentUpdateRequest.md)
333335
- [ConfigResponse](docs/ConfigResponse.md)
334336
- [ConfirmToolInputBody](docs/ConfirmToolInputBody.md)
337+
- [Connection](docs/Connection.md)
335338
- [Context](docs/Context.md)
336339
- [Conversation](docs/Conversation.md)
337340
- [ConversationContext](docs/ConversationContext.md)
@@ -340,7 +343,10 @@ Class | Method | HTTP request | Description
340343
- [Created](docs/Created.md)
341344
- [DecompilationCommentContext](docs/DecompilationCommentContext.md)
342345
- [DieMatch](docs/DieMatch.md)
346+
- [DnsQuery](docs/DnsQuery.md)
347+
- [DrakvufFileMetadata](docs/DrakvufFileMetadata.md)
343348
- [DynamicExecutionStatus](docs/DynamicExecutionStatus.md)
349+
- [DynamicExecutionStatusResponse](docs/DynamicExecutionStatusResponse.md)
344350
- [ELFImportModel](docs/ELFImportModel.md)
345351
- [ELFModel](docs/ELFModel.md)
346352
- [ELFRelocation](docs/ELFRelocation.md)
@@ -372,6 +378,8 @@ Class | Method | HTTP request | Description
372378
- [EventTOOLCONFIRMATIONREQUIRED](docs/EventTOOLCONFIRMATIONREQUIRED.md)
373379
- [ExportModel](docs/ExportModel.md)
374380
- [ExternalResponse](docs/ExternalResponse.md)
381+
- [ExtractedURL](docs/ExtractedURL.md)
382+
- [FileActivityEntry](docs/FileActivityEntry.md)
375383
- [FileFormat](docs/FileFormat.md)
376384
- [FileHashes](docs/FileHashes.md)
377385
- [FileMetadata](docs/FileMetadata.md)
@@ -421,6 +429,7 @@ Class | Method | HTTP request | Description
421429
- [GetMeResponse](docs/GetMeResponse.md)
422430
- [GetPublicUserResponse](docs/GetPublicUserResponse.md)
423431
- [GlobalVariable](docs/GlobalVariable.md)
432+
- [HttpRequest](docs/HttpRequest.md)
424433
- [IOC](docs/IOC.md)
425434
- [ISA](docs/ISA.md)
426435
- [IconModel](docs/IconModel.md)
@@ -434,33 +443,47 @@ Class | Method | HTTP request | Description
434443
- [MITRETechnique](docs/MITRETechnique.md)
435444
- [MatchedFunction](docs/MatchedFunction.md)
436445
- [MatchedFunctionSuggestion](docs/MatchedFunctionSuggestion.md)
446+
- [MemdumpEntry](docs/MemdumpEntry.md)
437447
- [MetaModel](docs/MetaModel.md)
438448
- [ModelName](docs/ModelName.md)
439449
- [ModelsResponse](docs/ModelsResponse.md)
450+
- [ModuleLoadEntry](docs/ModuleLoadEntry.md)
451+
- [MutexEntry](docs/MutexEntry.md)
440452
- [NameConfidence](docs/NameConfidence.md)
441453
- [NameSourceType](docs/NameSourceType.md)
454+
- [NetworkActivity](docs/NetworkActivity.md)
442455
- [Order](docs/Order.md)
443456
- [PDBDebugModel](docs/PDBDebugModel.md)
444457
- [PEModel](docs/PEModel.md)
445458
- [PaginationModel](docs/PaginationModel.md)
446459
- [Params](docs/Params.md)
447460
- [Platform](docs/Platform.md)
461+
- [ProcessActivityEntry](docs/ProcessActivityEntry.md)
462+
- [ProcessMemdumps](docs/ProcessMemdumps.md)
463+
- [ProcessNode](docs/ProcessNode.md)
464+
- [ProcessTree](docs/ProcessTree.md)
448465
- [PutAnalysisStringsRequest](docs/PutAnalysisStringsRequest.md)
449466
- [QueuePositionResponse](docs/QueuePositionResponse.md)
450467
- [QueuedWorkflowTaskResponse](docs/QueuedWorkflowTaskResponse.md)
451468
- [ReAnalysisForm](docs/ReAnalysisForm.md)
452469
- [Recent](docs/Recent.md)
453470
- [RegenerateTarget](docs/RegenerateTarget.md)
471+
- [RegistryOperation](docs/RegistryOperation.md)
454472
- [RelativeBinaryResponse](docs/RelativeBinaryResponse.md)
455473
- [ReportAnalysisResponse](docs/ReportAnalysisResponse.md)
474+
- [ReportEvent](docs/ReportEvent.md)
475+
- [ReportInfo](docs/ReportInfo.md)
476+
- [ReportOptions](docs/ReportOptions.md)
456477
- [SBOM](docs/SBOM.md)
457478
- [SBOMPackage](docs/SBOMPackage.md)
458479
- [SandboxOptions](docs/SandboxOptions.md)
480+
- [ScheduledTaskEntry](docs/ScheduledTaskEntry.md)
459481
- [ScrapeThirdPartyConfig](docs/ScrapeThirdPartyConfig.md)
460482
- [SectionModel](docs/SectionModel.md)
461483
- [SecurityModel](docs/SecurityModel.md)
462484
- [SegmentInfo](docs/SegmentInfo.md)
463485
- [SendMessageRequest](docs/SendMessageRequest.md)
486+
- [ServiceEntry](docs/ServiceEntry.md)
464487
- [SingleCodeCertificateModel](docs/SingleCodeCertificateModel.md)
465488
- [SingleCodeSignatureModel](docs/SingleCodeSignatureModel.md)
466489
- [SinglePDBEntryModel](docs/SinglePDBEntryModel.md)
@@ -482,6 +505,7 @@ Class | Method | HTTP request | Description
482505
- [SseEventToolCallStartData](docs/SseEventToolCallStartData.md)
483506
- [SseEventToolConfirmationRequiredData](docs/SseEventToolConfirmationRequiredData.md)
484507
- [StackVariable](docs/StackVariable.md)
508+
- [StartupInfo](docs/StartupInfo.md)
485509
- [StatusInput](docs/StatusInput.md)
486510
- [StatusOutput](docs/StatusOutput.md)
487511
- [StatusResponse](docs/StatusResponse.md)
@@ -503,6 +527,7 @@ Class | Method | HTTP request | Description
503527
- [TimestampModel](docs/TimestampModel.md)
504528
- [TriageFunctionResponse](docs/TriageFunctionResponse.md)
505529
- [TriageReportResponse](docs/TriageReportResponse.md)
530+
- [Ttp](docs/Ttp.md)
506531
- [TypeDefinition](docs/TypeDefinition.md)
507532
- [UpdateFunctionDataTypes](docs/UpdateFunctionDataTypes.md)
508533
- [UploadFileType](docs/UploadFileType.md)

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ apply plugin: 'java'
1919
apply plugin: 'com.diffplug.spotless'
2020

2121
group = 'ai.reveng'
22-
version = '3.80.0'
22+
version = '3.80.1'
2323

2424

2525

@@ -171,7 +171,7 @@ mavenPublishing {
171171
publishToMavenCentral(true)
172172
signAllPublications()
173173

174-
coordinates("ai.reveng", "sdk", "3.80.0")
174+
coordinates("ai.reveng", "sdk", "3.80.1")
175175

176176
pom {
177177
name = "sdk"

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "ai.reveng",
44
name := "sdk",
5-
version := "3.80.0",
5+
version := "3.80.1",
66
scalaVersion := "2.11.12",
77
scalacOptions ++= Seq("-feature"),
88
compile / javacOptions ++= Seq("-Xlint:deprecation"),

docs/AgentApi.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -498,6 +498,8 @@ public class Example {
498498
499499
Get Report Analysis Result
500500

501+
Returns: - A summary of the analysis - The software type of the binary - An attack flow summary - List of IOCs - List of MITRE executable techniques - A YARA rule
502+
501503
### Example
502504
```java
503505
// Import classes:

docs/AnalysisReport.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
2+
3+
# AnalysisReport
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**fileActivity** | **List&lt;FileActivityEntry&gt;** | | [optional] |
11+
|**info** | **ReportInfo** | | |
12+
|**memdumps** | **List&lt;ProcessMemdumps&gt;** | | [optional] |
13+
|**moduleLoadAddresses** | **List&lt;ModuleLoadEntry&gt;** | | [optional] |
14+
|**mutexes** | **List&lt;MutexEntry&gt;** | | [optional] |
15+
|**networkActivity** | **NetworkActivity** | | [optional] |
16+
|**processActivity** | **List&lt;ProcessActivityEntry&gt;** | | [optional] |
17+
|**processTree** | **ProcessTree** | | [optional] |
18+
|**registryOperations** | **List&lt;RegistryOperation&gt;** | | [optional] |
19+
|**scheduledTasks** | **List&lt;ScheduledTaskEntry&gt;** | | [optional] |
20+
|**services** | **List&lt;ServiceEntry&gt;** | | [optional] |
21+
|**startup** | **StartupInfo** | | [optional] |
22+
|**threatScore** | **Long** | | |
23+
|**ttps** | **List&lt;Ttp&gt;** | | [optional] |
24+
25+
26+

docs/ApiCall.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
3+
# ApiCall
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**calledFrom** | **String** | | [optional] |
11+
|**calledFromRva** | **String** | | [optional] |
12+
|**fromModule** | **String** | | [optional] |
13+
|**method** | **String** | | |
14+
15+
16+

docs/Connection.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# Connection
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**events** | **List&lt;ReportEvent&gt;** | | [optional] |
11+
|**localIp** | **String** | | |
12+
|**localPort** | **Object** | | |
13+
|**protocol** | **String** | | |
14+
|**remoteIp** | **String** | | |
15+
|**remotePort** | **Object** | | |
16+
17+
18+

docs/DnsQuery.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
3+
# DnsQuery
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**domain** | **String** | | |
11+
|**events** | **List&lt;ReportEvent&gt;** | | [optional] |
12+
13+
14+

docs/DrakvufFileMetadata.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
2+
3+
# DrakvufFileMetadata
4+
5+
6+
## Properties
7+
8+
| Name | Type | Description | Notes |
9+
|------------ | ------------- | ------------- | -------------|
10+
|**mimeType** | **String** | | [optional] |
11+
|**name** | **String** | | |
12+
|**sha256** | **String** | | |
13+
|**type** | **String** | | [optional] |
14+
|**typeId** | **String** | | [optional] |
15+
16+
17+

0 commit comments

Comments
 (0)