Skip to content

Commit

Permalink
Well then
Browse files Browse the repository at this point in the history
  • Loading branch information
MEhrn00 committed Feb 22, 2024
1 parent 42a74ee commit 1e1fcab
Show file tree
Hide file tree
Showing 40 changed files with 1,488 additions and 172 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ lint_check() {

echo "[*] Agent code"
pushd $AGENT_CODE &> /dev/null
local _cmd="cargo build -p genconfig && cargo clippy --color always --all-features --all-targets -- -D warnings"
local _cmd="cargo build -p genconfig && cargo clippy --workspace --color always --all-features --all-targets -- -D warnings"
echo "current directory: $PWD"
echo "command: $_cmd"
eval $_cmd
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Lint agent code
run: |
cargo build -p genconfig
cargo clippy --color always --all-features --all-targets -- -D warnings
cargo clippy --workspace --color always --all-features --all-targets -- -D warnings
- name: Check agent code formatting
run: |
Expand Down
196 changes: 181 additions & 15 deletions Payload_Type/thanatos/agent/Cargo.lock

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

7 changes: 7 additions & 0 deletions Payload_Type/thanatos/agent/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,13 @@ features = [
"Win32_System_SystemInformation",
"Win32_Security_Cryptography",
"Win32_System_WindowsProgramming",
"Win32_System_LibraryLoader",
"Win32_System_Threading",
"Win32_System_SystemServices",
"Wdk",
"Wdk_System",
"Wdk_System_SystemServices",
"Wdk_System_SystemInformation",
]

##### WORKSPACE SETTINGS #####
Expand Down
Loading

0 comments on commit 1e1fcab

Please sign in to comment.