|
650e393354
|
modified: Cargo.toml
|
2025-01-20 20:03:32 +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 |
|
|
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 |
|
|
ad76216fff
|
Updating tun package
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
|
2024-12-07 20:26:35 +03:00 |
|
|
70038d3761
|
Trying to avoid errors on Linux and save functionality.
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
|
2024-11-29 01:53:27 +03:00 |
|
|
23d69ef79f
|
Async unbounded fix
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
|
2024-11-25 19:57:11 +03:00 |
|
|
a819b20391
|
Wrapping, wrapping, wrapping.
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
|
2024-11-17 23:24:16 +03:00 |
|
|
419f65fcca
|
Cargo.toml edit.
modified: Cargo.toml
|
2024-11-17 23:00:43 +03:00 |
|
|
34f3548d66
|
modified: Cargo.lock
modified: Cargo.toml
|
2024-11-17 22:44:05 +03:00 |
|
|
cca4b0c6c1
|
Changed archived crate to maintained one
modified: Cargo.toml
|
2024-11-14 03:23:41 +03:00 |
|
|
82ae8e3d39
|
Small changes for linux
modified: .gitignore
modified: Cargo.lock
modified: Cargo.toml
modified: build.rs
modified: src/client.rs
modified: src/server.rs
|
2024-11-13 03:48:07 +03:00 |
|
|
25db097e6d
|
Autofixed warnings
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/udp.rs
|
2024-11-13 01:38:33 +03:00 |
|
|
64d8601fff
|
Removed askForRouterIP packet due to lack of need
Removed some comments
Changed some stuff
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
modified: src/udp.rs
|
2024-11-13 01:32:36 +03:00 |
|
|
4894033150
|
trying to switch to iced
modified: Cargo.lock
modified: Cargo.toml
renamed: src/config.rs -> src/config/mod.rs
deleted: src/gui.rs
new file: src/gui/mod.rs
new file: src/gui/tab/mod.rs
new file: src/gui/tab_button.rs
new file: src/gui/tab_panel.rs
deleted: src/toggle_switch.rs
|
2024-10-27 17:49:27 +03:00 |
|
|
52da55009c
|
Adding tray icon
modified: Cargo.lock
modified: Cargo.toml
new file: build.rs
new file: icons/off.ico
new file: icons/on.ico
modified: src/gui.rs
new file: tray.rc
|
2024-10-24 15:58:15 +03:00 |
|
|
034bbbac7f
|
interface developing has started
modified: Cargo.lock
modified: Cargo.toml
modified: src/gui.rs
new file: src/toggle_switch.rs
|
2024-10-22 02:53:41 +03:00 |
|
|
217d5a0587
|
Added gui via egui crate
modified: Cargo.lock
modified: Cargo.toml
new file: src/gui.rs
|
2024-10-21 16:48:58 +03:00 |
|
|
2420c32540
|
modified: Cargo.toml
|
2024-10-15 03:34:01 +03:00 |
|
|
b474702959
|
Merge branch 'main' of https://gitea.awain.net/alterwain/Frida
|
2024-10-15 03:29:26 +03:00 |
|
|
08c6f75aff
|
modified: Cargo.lock
modified: Cargo.toml
new file: src/android.rs
modified: src/client.rs
modified: src/main.rs
|
2024-10-15 03:07:58 +03:00 |
|
|
35594dea3c
|
modified: Cargo.lock
modified: Cargo.toml
new file: Jenkinsfile
modified: src/client_socks.rs
modified: src/main.rs
|
2024-10-04 20:08:19 +03:00 |
|
|
3224d541f6
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
new file: src/client_socks.rs
modified: src/main.rs
|
2024-09-08 20:47:14 +03:00 |
|
|
1a5ba24d30
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: README.md
modified: src/client.rs
modified: src/server.rs
|
2024-09-06 04:14:37 +03:00 |
|
|
378feed415
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
|
2024-08-29 03:32:44 +03:00 |
|
|
faf1855311
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/main.rs
modified: src/server.rs
|
2024-08-28 02:40:40 +03:00 |
|
|
26d819f626
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/config.rs
modified: src/main.rs
modified: src/obfs.rs
modified: src/server.rs
modified: src/udp.rs
|
2024-08-23 04:07:09 +03:00 |
|
|
1f5a198d42
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/main.rs
modified: src/server.rs
|
2024-08-20 19:46:15 +03:00 |
|
|
c8f1835e1a
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/main.rs
modified: src/server.rs
|
2024-08-19 03:57:28 +03:00 |
|
|
8bf6d57ba8
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: README.md
modified: src/client.rs
modified: src/main.rs
modified: src/server.rs
|
2024-08-17 20:33:20 +03:00 |
|
|
f24dab6188
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
|
2024-08-17 17:49:16 +03:00 |
|
|
c574360258
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/tcp_client.rs
modified: src/tcp_server.rs
|
2024-08-14 05:18:16 +03:00 |
|
|
7198e33513
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
new file: src/eth_util.rs
modified: src/main.rs
modified: src/tcp_server.rs
|
2024-08-14 03:35:21 +03:00 |
|
|
4fc9ccb860
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/main.rs
new file: src/tcp_client.rs
new file: src/tcp_server.rs
|
2024-08-12 03:54:49 +03:00 |
|
|
b2f09f1de2
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
|
2024-08-11 20:25:37 +03:00 |
|
|
89ae8ad0f9
|
Changes to be committed:
modified: Cargo.lock
modified: Cargo.toml
modified: src/client.rs
modified: src/server.rs
|
2024-08-11 00:12:43 +03:00 |
|
Wain
|
91e61ae277
|
First commit
|
2024-08-10 21:04:27 +03:00 |
|