10 Commits

Author SHA1 Message Date
b8c9d1250f modified: Cargo.lock
All checks were successful
gitea/Frida/pipeline/head This commit looks good
modified:   frida_lib/Cargo.toml
2025-01-20 21:25:25 +03:00
a680338185 modified: Cargo.lock
modified:   frida_lib/Cargo.toml
2025-01-20 21:23:57 +03:00
1b3cc1289a Trying to make a project look nice.
modified:   Cargo.lock
	modified:   Cargo.toml
	modified:   frida_cli/Cargo.toml
	modified:   frida_client/Cargo.toml
	modified:   frida_client/src/client.rs
	modified:   frida_core/Cargo.toml
	modified:   frida_lib/Cargo.toml
	modified:   frida_server/Cargo.toml
	modified:   frida_server/src/server.rs
2025-01-20 18:32:53 +03:00
ec0cb7cbdf modified: Cargo.lock
modified:   frida_lib/Cargo.toml
	modified:   frida_lib/src/lib.rs
2024-12-10 20:46:42 +03:00
a3e17fbbc6 modified: Cargo.lock
modified:   frida_core/Cargo.toml
	modified:   frida_lib/Cargo.toml
	renamed:    frida_lib/src/android.rs -> frida_lib/src/lib.rs
	deleted:    frida_lib/src/main.rs
2024-12-10 20:38:25 +03:00
81d7025f2f modified: Cargo.lock
modified:   frida_cli/Cargo.toml
	modified:   frida_gui/Cargo.toml
	modified:   frida_lib/Cargo.toml
	modified:   frida_server/Cargo.toml
2024-12-09 04:50:36 +03:00
12fda1d912 modified: Cargo.lock
modified:   frida_cli/Cargo.toml
	modified:   frida_client/Cargo.toml
	modified:   frida_client/src/client.rs
	deleted:    frida_client/src/main.rs
	modified:   frida_core/Cargo.toml
	new file:   frida_core/src/lib.rs
	modified:   frida_core/src/tun.rs
	modified:   frida_gui/Cargo.toml
	modified:   frida_lib/Cargo.toml
	modified:   frida_server/Cargo.toml
2024-12-09 04:49:22 +03:00
0edc0fef1d Making my own tun library that will actually work
modified:   Cargo.lock
	modified:   Cargo.toml
	renamed:    frida_core/src/config/mod.rs -> frida_cli/src/config/mod.rs
	modified:   frida_cli/src/main.rs
	renamed:    frida_core/src/obfs.rs -> frida_cli/src/obfs.rs
	renamed:    frida_core/src/udp.rs -> frida_cli/src/udp.rs
	renamed:    frida_core/src/client.rs -> frida_client/src/client.rs
	modified:   frida_core/Cargo.toml
	new file:   frida_core/src/device.rs
	modified:   frida_core/src/main.rs
	new file:   frida_core/src/tun.rs
	new file:   frida_core/src/win_tun.rs
	modified:   frida_gui/Cargo.toml
	renamed:    frida_core/src/gui/mod.rs -> frida_gui/src/gui/mod.rs
	renamed:    frida_core/src/gui/tab/mod.rs -> frida_gui/src/gui/tab/mod.rs
	renamed:    frida_core/src/gui/tab_button.rs -> frida_gui/src/gui/tab_button.rs
	renamed:    frida_core/src/gui/tab_panel.rs -> frida_gui/src/gui/tab_panel.rs
	modified:   frida_lib/Cargo.toml
	renamed:    frida_core/src/android.rs -> frida_lib/src/android.rs
	renamed:    frida_core/src/server.rs -> frida_server/src/server.rs
	new file:   wintun.dll
2024-12-08 03:56:38 +03:00
ac30109672 new file: Cargo.lock
modified:   Cargo.toml
	modified:   frida_cli/Cargo.toml
	modified:   frida_client/Cargo.toml
	modified:   frida_core/Cargo.toml
	modified:   frida_gui/Cargo.toml
	modified:   frida_lib/Cargo.toml
	modified:   frida_server/Cargo.toml
2024-12-08 02:09:17 +03:00
bdb34c29fc 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
2024-12-08 01:53:01 +03:00