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