11 Commits

Author SHA1 Message Date
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
7303c28370 modified: Cargo.lock
modified:   frida_core/Cargo.toml
	modified:   frida_core/src/android_tun.rs
2024-12-11 01:49:00 +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
1949d2a2fa Self-implemented macOs tun adapter
modified:   frida_core/Cargo.toml
	modified:   frida_core/src/mac_tun.rs
2024-12-10 18:14:24 +02:00
961b3c7387 Making our own macos tun connector.
modified:   Cargo.lock
	modified:   frida_core/Cargo.toml
	modified:   frida_core/src/mac_tun.rs
2024-12-10 17:42:42 +03:00
4a183e2d4a MacOS support
modified:   frida_core/Cargo.toml
	modified:   frida_core/src/lib.rs
	new file:   frida_core/src/mac_tun.rs
2024-12-10 04:33:06 +03:00
a81d0a2bf1 modified: Cargo.lock
modified:   frida_client/Cargo.toml
	modified:   frida_client/src/client.rs
	modified:   frida_core/Cargo.toml
2024-12-10 03:58:52 +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
52b7373fe3 Rebuilding the whole world!
modified:   Cargo.toml
	new file:   LICENSE.md
	renamed:    Cargo.lock -> frida_core/Cargo.lock
	new file:   frida_core/Cargo.toml
	renamed:    build.rs -> frida_core/build.rs
	renamed:    icons/off.ico -> frida_core/icons/off.ico
	renamed:    icons/on.ico -> frida_core/icons/on.ico
	renamed:    src/android.rs -> frida_core/src/android.rs
	renamed:    src/client.rs -> frida_core/src/client.rs
	renamed:    src/config/mod.rs -> frida_core/src/config/mod.rs
	renamed:    src/gui/mod.rs -> frida_core/src/gui/mod.rs
	renamed:    src/gui/tab/mod.rs -> frida_core/src/gui/tab/mod.rs
	renamed:    src/gui/tab_button.rs -> frida_core/src/gui/tab_button.rs
	renamed:    src/gui/tab_panel.rs -> frida_core/src/gui/tab_panel.rs
	renamed:    src/main.rs -> frida_core/src/main.rs
	renamed:    src/obfs.rs -> frida_core/src/obfs.rs
	renamed:    src/server.rs -> frida_core/src/server.rs
	renamed:    src/udp.rs -> frida_core/src/udp.rs
	renamed:    tray.rc -> frida_core/tray.rc
2024-12-08 01:44:13 +03:00