Upload files to "rustdesk-session-permission-pocs/filetransfer-scope-bypass"

This commit is contained in:
2026-06-29 17:06:35 +00:00
parent b2eddc555d
commit 4246a96fa6
2 changed files with 50 additions and 0 deletions
@@ -0,0 +1,14 @@
[package]
name = "rustdesk_filetransfer_control_poc"
version = "0.1.0"
edition = "2021"
[dependencies]
anyhow = "1.0"
bytes = "1.10"
hex = "0.4"
protobuf = { version = "3.7", features = ["with-bytes"] }
sha2 = "0.10"
[build-dependencies]
protobuf-codegen = "3.7"