├── .gitignore ├── .gitmodules ├── Makefile ├── device.c └── mt6785_config.json5 /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK-bypass/exploit_mt6785/HEAD/.gitmodules -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK-bypass/exploit_mt6785/HEAD/Makefile -------------------------------------------------------------------------------- /device.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK-bypass/exploit_mt6785/HEAD/device.c -------------------------------------------------------------------------------- /mt6785_config.json5: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/MTK-bypass/exploit_mt6785/HEAD/mt6785_config.json5 --------------------------------------------------------------------------------