gitextract_v05_cun6/ ├── .github/ │ └── workflows/ │ └── documentation.yaml ├── .gitignore ├── Doxyfile ├── LICENSE ├── README.md ├── SharpHellsGate/ │ ├── HellsGate.cs │ ├── Module/ │ │ ├── MemoryUtil.cs │ │ └── SystemModule.cs │ ├── Program.cs │ ├── SharpHellsGate.csproj │ ├── Util.cs │ └── Win32/ │ ├── DFunctions.cs │ ├── Macros.cs │ └── Structures.cs └── SharpHellsGate.sln