From bdb34c29fca3b95de086fb6c861ce8b3a1da8b0e Mon Sep 17 00:00:00 2001 From: alterdekim Date: Sun, 8 Dec 2024 01:53:01 +0300 Subject: [PATCH] Nothing is enough! new file: frida_cli/Cargo.toml new file: frida_cli/src/main.rs new file: frida_client/Cargo.toml new file: frida_client/src/main.rs new file: frida_gui/Cargo.toml new file: frida_gui/src/main.rs new file: frida_lib/Cargo.toml new file: frida_lib/src/main.rs new file: frida_server/Cargo.toml new file: frida_server/src/main.rs --- frida_cli/Cargo.toml | 11 +++++++++++ frida_cli/src/main.rs | 3 +++ frida_client/Cargo.toml | 11 +++++++++++ frida_client/src/main.rs | 3 +++ frida_gui/Cargo.toml | 11 +++++++++++ frida_gui/src/main.rs | 3 +++ frida_lib/Cargo.toml | 11 +++++++++++ frida_lib/src/main.rs | 3 +++ frida_server/Cargo.toml | 11 +++++++++++ frida_server/src/main.rs | 3 +++ 10 files changed, 70 insertions(+) create mode 100644 frida_cli/Cargo.toml create mode 100644 frida_cli/src/main.rs create mode 100644 frida_client/Cargo.toml create mode 100644 frida_client/src/main.rs create mode 100644 frida_gui/Cargo.toml create mode 100644 frida_gui/src/main.rs create mode 100644 frida_lib/Cargo.toml create mode 100644 frida_lib/src/main.rs create mode 100644 frida_server/Cargo.toml create mode 100644 frida_server/src/main.rs diff --git a/frida_cli/Cargo.toml b/frida_cli/Cargo.toml new file mode 100644 index 0000000..394b7ea --- /dev/null +++ b/frida_cli/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_cli" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_cli/src/main.rs b/frida_cli/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_cli/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_client/Cargo.toml b/frida_client/Cargo.toml new file mode 100644 index 0000000..389e2dc --- /dev/null +++ b/frida_client/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_client" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_client/src/main.rs b/frida_client/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_client/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_gui/Cargo.toml b/frida_gui/Cargo.toml new file mode 100644 index 0000000..b53cea1 --- /dev/null +++ b/frida_gui/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_gui" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_gui/src/main.rs b/frida_gui/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_gui/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_lib/Cargo.toml b/frida_lib/Cargo.toml new file mode 100644 index 0000000..28c697c --- /dev/null +++ b/frida_lib/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_lib" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_lib/src/main.rs b/frida_lib/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_lib/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +} diff --git a/frida_server/Cargo.toml b/frida_server/Cargo.toml new file mode 100644 index 0000000..2b4e1f3 --- /dev/null +++ b/frida_server/Cargo.toml @@ -0,0 +1,11 @@ +[package] +name = "frida_server" +version.workspace = true +edition.workspace = true +license-file.workspace = true +authors.workspace = true +keywords.workspace = true +categories.workspace = true +readme.workspace = true + +[dependencies] diff --git a/frida_server/src/main.rs b/frida_server/src/main.rs new file mode 100644 index 0000000..e7a11a9 --- /dev/null +++ b/frida_server/src/main.rs @@ -0,0 +1,3 @@ +fn main() { + println!("Hello, world!"); +}