├── .gitignore ├── LICENSE ├── Makefile ├── README.md ├── hello-1.c └── rootkit.c /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ah450/rootkit/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ah450/rootkit/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ah450/rootkit/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ah450/rootkit/HEAD/README.md -------------------------------------------------------------------------------- /hello-1.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ah450/rootkit/HEAD/hello-1.c -------------------------------------------------------------------------------- /rootkit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ah450/rootkit/HEAD/rootkit.c --------------------------------------------------------------------------------