gitextract__rpiy0qz/ ├── .github/ │ └── workflows/ │ └── main.yml ├── .gitignore ├── .gitmodules ├── Makefile ├── README.md ├── include/ │ ├── cheat.hpp │ ├── cheat_engine_types.hpp │ ├── dmntcht.h │ ├── result.hpp │ ├── results.hpp │ ├── service_guard.h │ └── utils.hpp └── source/ ├── cheat.cpp ├── dmntcht.c └── main.cpp