├── LICENSE ├── Makefile ├── README.md └── sys_call_table.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiteshd/Android-Rootkit/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiteshd/Android-Rootkit/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiteshd/Android-Rootkit/HEAD/README.md -------------------------------------------------------------------------------- /sys_call_table.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hiteshd/Android-Rootkit/HEAD/sys_call_table.c --------------------------------------------------------------------------------