Metadata-Version: 2.4
Name: ff-decoder
Version: 1.0.0
Summary: Decode Free Fire encrypted payloads (hex/base64) with automatic decryption and expansion.
Author: UNKNOWN666
Author-email: arbasbilal25@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pycryptodome>=3.15.0
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# FF Decoder

A Python library and command-line tool to decode encrypted Free Fire payloads (hex or base64). It automatically decrypts the outer AES layer, decompresses zlib/gzip, and recursively expands nested protobufs.

## Installation

```bash
pip install ff-decoder
