├── LICENSE ├── Makefile ├── README.md ├── ent.plist ├── nvram_patcher └── nvram_patcher.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realnp/nvram_patcher/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realnp/nvram_patcher/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realnp/nvram_patcher/HEAD/README.md -------------------------------------------------------------------------------- /ent.plist: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realnp/nvram_patcher/HEAD/ent.plist -------------------------------------------------------------------------------- /nvram_patcher: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realnp/nvram_patcher/HEAD/nvram_patcher -------------------------------------------------------------------------------- /nvram_patcher.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/realnp/nvram_patcher/HEAD/nvram_patcher.c --------------------------------------------------------------------------------