gitextract_dnks77ug/ ├── README.md └── resources/ ├── analyze_mappings.py ├── dist-guess-god/ │ ├── .dockerignore │ ├── Dockerfile │ ├── bins/ │ │ └── flag_server-exe │ ├── docker-compose.yml │ ├── flag.txt │ ├── jail.cfg │ ├── nsjail.sh │ ├── pow.py │ ├── server.py │ ├── setup.sh │ └── src/ │ ├── .gitignore │ ├── CMakeLists.txt │ ├── kylezip/ │ │ ├── README │ │ ├── decompress.c │ │ ├── decompress.h │ │ └── test/ │ │ └── kyle.c │ ├── src/ │ │ ├── App.cpp │ │ ├── AppComponent.hpp │ │ ├── controller/ │ │ │ ├── MyController.cpp │ │ │ └── MyController.hpp │ │ └── dto/ │ │ └── DTOs.hpp │ ├── test/ │ │ ├── MyControllerTest.cpp │ │ ├── MyControllerTest.hpp │ │ ├── app/ │ │ │ ├── MyApiTestClient.hpp │ │ │ └── TestComponent.hpp │ │ └── tests.cpp │ └── utility/ │ └── install-oatpp-modules.sh ├── reliable_exploit.py └── x.py