39d9e14ddb
Trying to finally implement GUI for desktop
...
gitea/Frida/pipeline/head This commit looks good
modified: Cargo.lock
modified: frida_core/Cargo.toml
modified: frida_gui/Cargo.toml
renamed: frida_core/build.rs -> frida_gui/build.rs
renamed: frida_core/icons/off.ico -> frida_gui/icons/off.ico
renamed: frida_core/icons/on.ico -> frida_gui/icons/on.ico
new file: frida_gui/icons/on.raw
deleted: frida_gui/src/gui/mod.rs
deleted: frida_gui/src/gui/tab/mod.rs
deleted: frida_gui/src/gui/tab_button.rs
deleted: frida_gui/src/gui/tab_panel.rs
modified: frida_gui/src/main.rs
new file: frida_gui/src/toggle_switch.rs
renamed: frida_core/tray.rc -> frida_gui/tray.rc
2025-01-22 23:08:24 +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