You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tanji is a Habbo protocol analyzer that intercepts and decrypts the traffic between the Habbo client and its servers. It provides developers and enthusiasts with tooling to inspect, manipulate, and understand the game's network communication.
12
13
@@ -19,7 +20,11 @@ Tanji is a Habbo protocol analyzer that intercepts and decrypts the traffic betw
19
20
-**Tunneling Support** | Forward game traffic through an external proxy for anonymity or region bypassing.
20
21
-**Session Persistence** | Connect to a remotely hosted instance to resume an active intercepted session at any time, even after closing the application.
@@ -33,5 +38,11 @@ Tanji is a Habbo protocol analyzer that intercepts and decrypts the traffic betw
33
38
## Getting Started
34
39
Download the latest release from the [Releases](https://github.com/ArachisH/Tanji/releases) page, extract the archive, and run `Tanji.exe`. No installation or administrator rights required.
35
40
41
+
## Related/Referenced Projects
42
+
-**[Eavesdrop](https://github.com/ArachisH/Eavesdrop)** - HTTP(S) proxy server for Windows that intercepts and modifies local web traffic.
43
+
-**[Flazzy](https://github.com/ArachisH/Flazzy)** - .NET library for [dis]assembling Shockwave Flash binaries with AS3 decompilation and deobfuscation support.
44
+
-**[Shockky](https://github.com/PaulusParssinen/Shockky)** - .NET library for [dis]assembling Adobe Shockwave and Director files.
45
+
-**[Wazzy](https://github.com/ArachisH/Wazzy)** - .NET library for [dis]assembling WebAssembly binaries.
46
+
36
47
## License
37
-
Distributed under the GNU GPLv3 License. See [`LICENSE`](LICENSE) for more information.
48
+
Distributed under the GNU GPLv3 License. See [`LICENSE`](LICENSE) for more information.
0 commit comments