├── Makefile ├── README.md └── source └── main.c /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VV1LD/455-KernelDumper/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VV1LD/455-KernelDumper/HEAD/README.md -------------------------------------------------------------------------------- /source/main.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/VV1LD/455-KernelDumper/HEAD/source/main.c --------------------------------------------------------------------------------