Skip to content

Commit

Permalink
Rce (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
adgaultier authored Dec 19, 2024
1 parent fd680b1 commit 36834ba
Show file tree
Hide file tree
Showing 49 changed files with 1,886 additions and 398 deletions.
194 changes: 148 additions & 46 deletions Cargo.lock

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

6 changes: 4 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[workspace]
resolver = "2"
members = ["tamanoir", "tamanoir-ebpf", "tamanoir-proxy"]
members = ["tamanoir", "tamanoir-ebpf", "tamanoir-c2","tamanoir-common"]
default-members = ["tamanoir"]

[workspace.dependencies]
Expand All @@ -17,6 +17,8 @@ tokio = { version = "1", default-features = false }

[profile.dev]
panic = "abort"
debug = true # This is the default, but you can specify it explicitly
opt-level = 0

[profile.release]
panic = "abort"
panic = "abort"
Loading

0 comments on commit 36834ba

Please sign in to comment.