Grimoire-of-Souls-Archive/
├── README.md (Project goals, countdown to Sept 3, links to Archive.org IPAs/APKs)
├── /api_documentation/ (Text files mapping out the server endpoints, e.g., /api/v1/login)
├── /network_captures/ (DROP ZONE for all intercepted traffic logs - URGENT)
│ ├── /charles_proxy/ (.chls or .har files)
│ ├── /fiddler/ (.saz files)
│ └── /raw_json/ (Extracted JSON payloads from the server)
├── /game_data_dumps/ (Text-based game data)
│ ├── /master_data/ (Dumped SQLite databases, JSON tables of item IDs)
│ └── /il2cpp_dumps/ (Dump.cs files generated from reverse-engineering the binaries)
├── /client_patches/ (Code/tweaks for bypassing server checks for the Stand-alone version)
│ └── /offline_mod/ (Dylib injections or offset patches for iOS/Android)
└── /server_emulator/ (Where the custom server code will eventually go)