Skip to content

MaaGF1/ZIRC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LOGO

ZIRC's IL2CPP Reverse Collapse

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.

1. Architecture

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

2. Reading List

  1. Proof of Concept Lists, delineates the specific functionalities encapsulated within the poc/ directory.
  2. Implementation of Poc via Minhook, TODO.
  3. Demystifying gflzirc, shown the architecture and core functions of gflzirc.
  4. Sample of gflzirc, TODO.
  5. GHA's Design, shown the mechanic of src/gha.

About

ZIRC's IL2CPP Reverse Collapse.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors