Skip to content

Commit

Permalink
chore: agent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Jul 7, 2024
1 parent 56a4e1b commit 85c42d4
Show file tree
Hide file tree
Showing 45 changed files with 133 additions and 1,176 deletions.
178 changes: 18 additions & 160 deletions Payload_Type/thanatos/agent/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 7 additions & 12 deletions Payload_Type/thanatos/agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,18 @@
[workspace]
resolver = "2"
members = [
"config",
"errors",
"ffiwrappers",
"thanatos",
"thanatos/cdylib",
"thanatos/binary",
"thanatos_binary",
"thanatos_cdylib",
"utils",
"cryptolib",
"errors",
"genconfig",
"profiles/http",
"profiles/base",
"protos", "genconfig",
]

default-members = ["thanatos"]

exclude = ["shellcode-builder"]

[workspace.package]
authors = ["@M_alphaaa"]
edition = "2021"
Expand All @@ -37,9 +32,9 @@ chrono = "0.4.34"
generic-array = "1"
hex-literal = "0.4.1"
openssl = "0.10.63"
prost = "0.12.0"
prost-types = "0.12.0"
prost-build = "0.12.0"
prost = "0.12.6"
prost-types = "0.12.6"
prost-build = "0.12.6"
serde_json = "1"
sha2 = "0.10.8"

Expand Down
Empty file.
25 changes: 0 additions & 25 deletions Payload_Type/thanatos/agent/config/Cargo.toml

This file was deleted.

Loading

0 comments on commit 85c42d4

Please sign in to comment.