gitextract_qf4d8onl/ ├── .gitattributes ├── .github/ │ └── workflows/ │ └── build.yml ├── .gitignore ├── FFXIVZoomHack/ │ ├── FFXIVZoomHack.csproj │ ├── Form1.Designer.cs │ ├── Form1.cs │ ├── Form1.resx │ ├── ProcessMemoryApi.cs │ ├── Program.cs │ ├── Properties/ │ │ ├── Resources.Designer.cs │ │ └── Resources.resx │ ├── Settings.cs │ └── app.manifest ├── FFXIVZoomHack.sln ├── LICENSE └── README.md