This repo show reverse engineering of game "Girls' Frontline", including auto farm, dragging and so on. Most of its functions are based on the reverse AuthCode for encrypting and decrypting the payload, while a small portion are derived from Frida or Minhook.
In short, this repo's directory tree can be listed as:
.
├── docs # Documents
├── poc # Proof of Concept
├── src # Source
│ ├── core # PyPI lib
│ │ └── gflzirc
│ ├── demo # Sample of gflzirc
│ ├── gha # Run demo on GHA
│ └── trimmer # Implementation of PoC (deprecated)
└── tools- Proof of Concept Lists, delineates the specific functionalities encapsulated within the
poc/directory. - Implementation of Poc via Minhook, TODO.
- Demystifying gflzirc, shown the architecture and core functions of
gflzirc. - Sample of gflzirc, TODO.
- GHA's Design, shown the mechanic of
src/gha.
