Commit Graph

  • 04660213e3 Little fix due to my dumbness modified: frida_core/src/linux_tun.rs alterdekim 2024-12-09 02:05:24 +03:00
  • a1852140d3 modified: frida_core/src/linux_tun.rs modified: frida_core/src/main.rs alterdekim 2024-12-09 01:57:54 +03:00
  • 32eec5252a Implementing linux tun adapter new file: frida_core/src/linux_tun.rs modified: frida_core/src/main.rs modified: frida_core/src/win_tun.rs alterdekim 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 alterdekim 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 alterdekim 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 alterdekim 2024-12-08 01:53:01 +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 alterdekim 2024-12-08 01:44:13 +03:00
  • a6209753cd reset it modified: src/client.rs alterdekim 2024-12-08 00:47:22 +03:00
  • 0ded99cf84 Linux magic modified: src/client.rs alterdekim 2024-12-08 00:15:35 +03:00
  • ad76216fff Updating tun package modified: Cargo.lock modified: Cargo.toml modified: src/client.rs modified: src/server.rs alterdekim 2024-12-07 20:26:35 +03:00
  • 7f216bc176 modified: src/client.rs alterdekim 2024-11-29 02:41:46 +03:00
  • e11bc0c44d Another day, another slay modified: src/client.rs alterdekim 2024-11-29 02:14:06 +03:00
  • 8d348f137b modified: src/client.rs alterdekim 2024-11-29 02:06:41 +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 alterdekim 2024-11-29 01:53:27 +03:00
  • 1576dc75df modified: src/client.rs alterdekim 2024-11-28 03:17:19 +03:00
  • 360256ab03 Trying to acknowledge error modified: src/client.rs alterdekim 2024-11-28 02:59:44 +03:00
  • b9f141472a Finally build modified: src/client.rs alterdekim 2024-11-28 02:28:16 +03:00
  • c85b8486e1 modified: src/client.rs alterdekim 2024-11-28 01:38:07 +03:00
  • 23d69ef79f Async unbounded fix modified: Cargo.lock modified: Cargo.toml modified: src/client.rs alterdekim 2024-11-25 19:57:11 +03:00
  • 9f6de14855 Destination trick for linux modified: src/client.rs alterdekim 2024-11-25 18:43:39 +03:00
  • 13279f348c Debugging x2 modified: src/client.rs alterdekim 2024-11-25 18:31:06 +03:00
  • c6fcd989ae Debugging modified: src/client.rs alterdekim 2024-11-25 18:30:29 +03:00
  • 668e704264 Possible fix for Linux clients modified: src/client.rs alterdekim 2024-11-25 18:15:50 +03:00
  • 92c29bb026 modified: src/client.rs alterdekim 2024-11-22 17:12:05 +03:00
  • a819b20391 Wrapping, wrapping, wrapping. modified: Cargo.lock modified: Cargo.toml modified: src/client.rs modified: src/server.rs alterdekim 2024-11-17 23:24:16 +03:00
  • 419f65fcca Cargo.toml edit. modified: Cargo.toml alterdekim 2024-11-17 23:00:43 +03:00
  • d9d71f3ef1 Trying to avoid AlreadyExists error. modified: src/client.rs modified: src/server.rs alterdekim 2024-11-17 22:56:48 +03:00
  • 34f3548d66 modified: Cargo.lock modified: Cargo.toml alterdekim 2024-11-17 22:44:05 +03:00
  • ef3697eb22 Migration changes modified: src/client.rs modified: src/server.rs alterdekim 2024-11-14 03:25:54 +03:00
  • f1365c5200 maintained x2 modified: Cargo.lock alterdekim 2024-11-14 03:24:19 +03:00
  • cca4b0c6c1 Changed archived crate to maintained one modified: Cargo.toml alterdekim 2024-11-14 03:23:41 +03:00
  • a5bcf93491 Small platform-specific changes modified: src/client.rs alterdekim 2024-11-14 03:22:59 +03:00
  • ed64abbb0c Debug code for tests modified: src/client.rs alterdekim 2024-11-14 03:08:11 +03:00
  • 79e54bbf77 Port fix for android version modified: src/client.rs alterdekim 2024-11-14 01:19:24 +03:00
  • 8364b9639a modified: build.rs alterdekim 2024-11-14 00:31:51 +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 alterdekim 2024-11-13 03:48:07 +03:00
  • 8402b5d15d Fixed warnings manually modified: src/client.rs modified: src/server.rs alterdekim 2024-11-13 01:51:27 +03:00
  • 25db097e6d Autofixed warnings modified: Cargo.lock modified: Cargo.toml modified: src/client.rs modified: src/udp.rs alterdekim 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 alterdekim 2024-11-13 01:32:36 +03:00
  • 0684364121 Added gateway address fetching message modified: src/client.rs modified: src/server.rs modified: src/udp.rs alterdekim 2024-11-13 00:27:43 +03:00
  • 3fa76d6127 Now the client will use any free port instead of fixed one. modified: src/client.rs modified: src/server.rs alterdekim 2024-11-12 02:27:37 +03:00
  • 7e9d5803e5 first successful iced commit modified: src/gui/mod.rs alterdekim 2024-10-28 02:05:55 +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 alterdekim 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 alterdekim 2024-10-24 15:58:15 +03:00
  • c6ced0b92e modified: src/client.rs modified: src/gui.rs alterdekim 2024-10-22 15:26:34 +03:00
  • 034bbbac7f interface developing has started modified: Cargo.lock modified: Cargo.toml modified: src/gui.rs new file: src/toggle_switch.rs alterdekim 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 alterdekim 2024-10-21 16:48:58 +03:00
  • 06d8bd8c89 modified: src/client.rs alterdekim 2024-10-19 23:12:01 +03:00
  • c768c35819 modified: src/client.rs alterdekim 2024-10-19 23:10:43 +03:00
  • 4c75b0b313 modified: src/client.rs alterdekim 2024-10-19 23:09:13 +03:00
  • 821e865b7e modified: src/client.rs alterdekim 2024-10-19 23:07:55 +03:00
  • 2b606add1e modified: src/client.rs alterdekim 2024-10-19 23:07:03 +03:00
  • db04909062 modified: src/client.rs alterdekim 2024-10-19 23:03:47 +03:00
  • d7a4b33683 Merge branch 'main' of https://gitea.awain.net/alterwain/Frida alterdekim 2024-10-19 22:59:32 +03:00
  • 2cddc0469c modified: src/client.rs alterdekim 2024-10-19 22:56:28 +03:00
  • 7f150ca8c5 modified: src/client.rs alterdekim 2024-10-19 22:56:28 +03:00
  • 618e297039 modified: src/android.rs modified: src/client.rs alterdekim 2024-10-19 22:55:28 +03:00
  • f086131c4e modified: src/android.rs alterdekim 2024-10-19 22:53:27 +03:00
  • df9267ce10 modified: src/client.rs alterdekim 2024-10-19 22:52:26 +03:00
  • 9a1a1bfa1f modified: src/client.rs alterdekim 2024-10-19 22:49:35 +03:00
  • 18a43c9208 modified: src/client.rs alterdekim 2024-10-19 22:26:29 +03:00
  • 642015fb60 modified: src/client.rs modified: src/config.rs modified: src/main.rs alterdekim 2024-10-19 20:30:32 +03:00
  • 0f083018fd modified: Cargo.lock alterdekim 2024-10-15 04:02:27 +03:00
  • 2420c32540 modified: Cargo.toml alterdekim 2024-10-15 03:34:01 +03:00
  • f668169876 deleted: src/client_socks.rs alterdekim 2024-10-15 03:31:26 +03:00
  • b474702959 Merge branch 'main' of https://gitea.awain.net/alterwain/Frida alterdekim 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 alterdekim 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 alterdekim 2024-10-04 20:08:19 +03:00
  • 714c17b39b Changes to be committed: modified: src/client.rs alterdekim 2024-09-11 03:05:15 +03:00
  • 58b55a42ac Changes to be committed: modified: src/client.rs alterdekim 2024-09-08 20:53:16 +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 alterdekim 2024-09-08 20:47:14 +03:00
  • edadf5a518 Changes to be committed: modified: src/client.rs alterdekim 2024-09-08 20:34:51 +03:00
  • 066c1613d3 Changes to be committed: modified: src/client.rs alterdekim 2024-09-08 20:20:45 +03:00
  • 870b0b0739 Changes to be committed: modified: src/client.rs alterdekim 2024-09-08 20:08:25 +03:00
  • 1b85269454 Changes to be committed: modified: src/client.rs alterdekim 2024-09-08 19:55:21 +03:00
  • 8592230790 Changes to be committed: modified: src/client.rs alterdekim 2024-09-08 02:57:04 +03:00
  • 92e5b93a55 Changes to be committed: modified: README.md modified: src/client.rs alterdekim 2024-09-07 02:55:19 +03:00
  • 7bbae124fc Changes to be committed: modified: README.md modified: src/client.rs modified: src/main.rs modified: src/server.rs alterdekim 2024-09-07 01:49:52 +03:00
  • 1a5ba24d30 Changes to be committed: modified: Cargo.lock modified: Cargo.toml modified: README.md modified: src/client.rs modified: src/server.rs alterdekim 2024-09-06 04:14:37 +03:00
  • fe1d3b9089 Changes to be committed: modified: src/client.rs alterdekim 2024-09-01 04:36:42 +03:00
  • ff058cb853 Changes to be committed: modified: src/client.rs alterdekim 2024-08-31 02:12:14 +03:00
  • cc7248d9ae Changes to be committed: modified: src/client.rs alterdekim 2024-08-30 22:52:41 +03:00
  • 378feed415 Changes to be committed: modified: Cargo.lock modified: Cargo.toml modified: src/client.rs modified: src/server.rs alterdekim 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 alterdekim 2024-08-28 02:40:40 +03:00
  • 586815114f Changes to be committed: modified: src/server.rs alterdekim 2024-08-26 03:17:18 +03:00
  • fab3d08699 Changes to be committed: modified: src/server.rs alterdekim 2024-08-25 19:52:56 +03:00
  • 5af83d605c Changes to be committed: modified: src/client.rs alterdekim 2024-08-25 19:08:14 +03:00
  • 9309f0255a Changes to be committed: modified: src/client.rs alterdekim 2024-08-25 18:59:45 +03:00
  • 5686ed0f45 Changes to be committed: modified: src/client.rs alterdekim 2024-08-25 18:59:17 +03:00
  • fbb594de97 modified: src/client.rs modified: src/server.rs alterdekim 2024-08-25 18:45:16 +03:00
  • 5831be033b Changes to be committed: modified: src/client.rs modified: src/server.rs alterdekim 2024-08-24 03:40:29 +03:00
  • faa1086e78 Changes to be committed: modified: src/server.rs alterdekim 2024-08-24 03:14:29 +03:00
  • 267a861ebb Changes to be committed: modified: src/server.rs alterdekim 2024-08-24 02:44:33 +03:00
  • 9181519ab0 Changes to be committed: modified: src/server.rs alterdekim 2024-08-24 02:23:50 +03:00
  • 0bf8981ab1 Changes to be committed: modified: src/server.rs alterdekim 2024-08-23 04:45:10 +03:00
  • b51ec2454b Changes to be committed: modified: src/server.rs alterdekim 2024-08-23 04:26:12 +03:00
  • 58eb0c9b59 Changes to be committed: modified: src/server.rs alterdekim 2024-08-23 04:24:27 +03:00
  • 3c85631626 Changes to be committed: modified: src/server.rs alterdekim 2024-08-23 04:18:42 +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 alterdekim 2024-08-23 04:07:09 +03:00
  • 67693a3a1f Changes to be committed: modified: src/client.rs modified: src/server.rs alterdekim 2024-08-23 00:01:26 +03:00