├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── img ├── Blog1.png ├── Blog10.png ├── Blog11.png ├── Blog12.png ├── Blog13.png ├── Blog14.png ├── Blog2.png ├── Blog3.png ├── Blog4.png ├── Blog5.png ├── Blog6.png ├── Blog7.png ├── Blog8.png ├── Blog9.png └── unable_to_rmmod.png ├── kernel_src ├── Makefile ├── include │ ├── hide_show_helper.h │ └── hook_syscall_helper.h └── reveng_rtkit.c ├── reveng_rtkit -BSides Singapore.pptx ├── reveng_rtkit -BSides Singapore.pptx.pdf ├── reveng_rtkit_mechanism.jpeg └── user_src └── client_usermode.c /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/README.md -------------------------------------------------------------------------------- /img/Blog1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog1.png -------------------------------------------------------------------------------- /img/Blog10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog10.png -------------------------------------------------------------------------------- /img/Blog11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog11.png -------------------------------------------------------------------------------- /img/Blog12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog12.png -------------------------------------------------------------------------------- /img/Blog13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog13.png -------------------------------------------------------------------------------- /img/Blog14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog14.png -------------------------------------------------------------------------------- /img/Blog2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog2.png -------------------------------------------------------------------------------- /img/Blog3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog3.png -------------------------------------------------------------------------------- /img/Blog4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog4.png -------------------------------------------------------------------------------- /img/Blog5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog5.png -------------------------------------------------------------------------------- /img/Blog6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog6.png -------------------------------------------------------------------------------- /img/Blog7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog7.png -------------------------------------------------------------------------------- /img/Blog8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog8.png -------------------------------------------------------------------------------- /img/Blog9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/Blog9.png -------------------------------------------------------------------------------- /img/unable_to_rmmod.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/img/unable_to_rmmod.png -------------------------------------------------------------------------------- /kernel_src/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/kernel_src/Makefile -------------------------------------------------------------------------------- /kernel_src/include/hide_show_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/kernel_src/include/hide_show_helper.h -------------------------------------------------------------------------------- /kernel_src/include/hook_syscall_helper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/kernel_src/include/hook_syscall_helper.h -------------------------------------------------------------------------------- /kernel_src/reveng_rtkit.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/kernel_src/reveng_rtkit.c -------------------------------------------------------------------------------- /reveng_rtkit -BSides Singapore.pptx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/reveng_rtkit -BSides Singapore.pptx -------------------------------------------------------------------------------- /reveng_rtkit -BSides Singapore.pptx.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/reveng_rtkit -BSides Singapore.pptx.pdf -------------------------------------------------------------------------------- /reveng_rtkit_mechanism.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/reveng_rtkit_mechanism.jpeg -------------------------------------------------------------------------------- /user_src/client_usermode.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reveng007/reveng_rtkit/HEAD/user_src/client_usermode.c --------------------------------------------------------------------------------