Skip to content

Commit 3a4d95b

Browse files
committed
chore: update README
1 parent 0396ee1 commit 3a4d95b

1 file changed

Lines changed: 19 additions & 8 deletions

File tree

README.md

Lines changed: 19 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
# Tanji
21
<p align="center">
3-
<img src="https://user-images.githubusercontent.com/24996684/35466253-f228fa38-02b6-11e8-8ec6-7d3f57caf2e2.png" alt="Tanji Logo" width="128"/>
2+
<img src="https://user-images.githubusercontent.com/24996684/35466253-f228fa38-02b6-11e8-8ec6-7d3f57caf2e2.png" alt="Tanji" width="256"/>
43
</p>
54

6-
[![Build](https://github.com/ArachisH/Tanji/actions/workflows/build.yaml/badge.svg?branch=develop)](https://github.com/ArachisH/Tanji/actions/workflows/build.yaml)
7-
![GitHub Tag](https://img.shields.io/github/v/tag/ArachisH/Tanji?label=Latest%20Version)
8-
![GitHub Total Downloads](https://img.shields.io/github/downloads/ArachisH/Tanji/total?label=Total%20Downloads)
9-
![GitHub License](https://img.shields.io/github/license/ArachisH/Tanji?label=License)
5+
<p align="center">
6+
<img alt="Build" src="https://github.com/ArachisH/Tanji/actions/workflows/build.yaml/badge.svg?branch=develop">
7+
<img alt="GitHub Tag" src="https://img.shields.io/github/v/tag/ArachisH/Tanji?label=Latest%20Version">
8+
<img alt="GitHub Total Downloads" src="https://img.shields.io/github/downloads/ArachisH/Tanji/total?label=Total%20Downloads">
9+
<img alt="GitHub License" src="https://img.shields.io/github/license/ArachisH/Tanji?label=License">
10+
</p>
1011

1112
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.
1213

@@ -19,7 +20,11 @@ Tanji is a Habbo protocol analyzer that intercepts and decrypts the traffic betw
1920
- **Tunneling Support** | Forward game traffic through an external proxy for anonymity or region bypassing.
2021
- **Session Persistence** | Connect to a remotely hosted instance to resume an active intercepted session at any time, even after closing the application.
2122

22-
## Platform Support
23+
## Previews
24+
# Packet Logger
25+
<img src="https://github.com/user-attachments/assets/00e1eeec-0c3f-42bd-9327-a882ffdbd12c" width="500" height="500">
26+
27+
## Supported Clients
2328
| Platform | Status |
2429
|------------|---------------|
2530
| Flash | Supported |
@@ -33,5 +38,11 @@ Tanji is a Habbo protocol analyzer that intercepts and decrypts the traffic betw
3338
## Getting Started
3439
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.
3540

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+
3647
## 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

Comments
 (0)