|
3c23c38d25
|
modified: Cargo.lock
modified: frida_cli/Cargo.toml
modified: frida_cli/src/main.rs
modified: frida_client/Cargo.toml
modified: frida_client/src/client.rs
new file: frida_client/src/lib.rs
renamed: frida_cli/src/config/mod.rs -> frida_core/src/config.rs
modified: frida_core/src/device.rs
modified: frida_core/src/lib.rs
modified: frida_core/src/linux_tun.rs
renamed: frida_cli/src/obfs.rs -> frida_core/src/obfs.rs
renamed: frida_cli/src/udp.rs -> frida_core/src/udp.rs
modified: frida_core/src/win_tun.rs
|
2024-12-09 19:02:35 +03:00 |
|
|
c3b886c21f
|
modified: Cargo.lock
gitea/Frida/pipeline/head There was a failure building this commit
modified: frida_client/src/client.rs
modified: frida_core/src/device.rs
modified: frida_core/src/linux_tun.rs
modified: frida_core/src/tun.rs
modified: frida_core/src/win_tun.rs
|
2024-12-09 05:05:28 +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 |
|
|
e922ee3033
|
modified: frida_core/src/tun.rs
|
2024-12-09 02:10:33 +03:00 |
|
|
4d3b8e6c1a
|
modified: frida_core/src/tun.rs
|
2024-12-09 02:09:35 +03:00 |
|
|
f3c32f6386
|
Another one
modified: frida_core/src/linux_tun.rs
|
2024-12-09 02:07:46 +03:00 |
|
|
04660213e3
|
Little fix due to my dumbness
modified: frida_core/src/linux_tun.rs
|
2024-12-09 02:05:24 +03:00 |
|
|
a1852140d3
|
modified: frida_core/src/linux_tun.rs
modified: frida_core/src/main.rs
|
2024-12-09 01:57:54 +03:00 |
|
|
32eec5252a
|
Implementing linux tun adapter
gitea/Frida/pipeline/head There was a failure building this commit
new file: frida_core/src/linux_tun.rs
modified: frida_core/src/main.rs
modified: frida_core/src/win_tun.rs
|
2024-12-08 04:02:17 +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 |
|