Skip to content
This repository was archived by the owner on Sep 28, 2025. It is now read-only.

Commit 619f411

Browse files
Update README.md
1 parent 3c2a974 commit 619f411

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,14 @@
22

33
A command-line or text-based user interface (TUI) multi-tool designed for interacting with PTCGP files, specifically targeting APKs, XAPKs, IL2CPP binaries, and metadata files.
44

5+
The primary purpose of this tool is to facilitate learning about Unity and reverse engineering techniques. Written entirely in Rust, the codebase emphasizes clarity and thorough documentation, with extensive comments. This approach aims to educate users on how specific processes work, enabling them to better understand both Unity internals and reverse engineering practices. Users are explicitly advised to refrain from using this tool for any illegal or unethical purposes.
6+
57
## Features
68

79
- **Extract Protobuf Definitions**: Extract protobuf definitions from APK, XAPK, or IL2CPP metadata files.
810
- **Patch IL2CPP**: Patch IL2CPP binaries to remove modification detection by updating code hashes. Not fully tested.
911

10-
<video src="docs/ptcgp_tool_demo.mp4"></video>
12+
<video src="https://github.com/user-attachments/assets/62cdba5b-3ef7-47c4-9069-e10f5fbc65cd" width=480></video>
1113

1214
## Installation
1315

@@ -18,7 +20,7 @@ A command-line or text-based user interface (TUI) multi-tool designed for intera
1820
### Building from Source
1921

2022
```bash
21-
git clone https://github.com/yourusername/ptcgp_tool.git
23+
git clone https://github.com/UnknownCollections/ptcgp_tool.git
2224
cd ptcgp_tool
2325
cargo build --release
2426
```
@@ -87,7 +89,7 @@ Use `--help` to display detailed command options:
8789

8890
## Contributing
8991

90-
Contributions are welcome! Please open issues and pull requests according to the project's guidelines.
92+
Contributions are welcome!
9193

9294
## License
9395

0 commit comments

Comments
 (0)