├── CODE_OF_CONDUCT.md ├── LICENSE ├── README.md ├── SECURITY.md ├── backdoor.c ├── backdoortest.c ├── keylogger.h ├── sertest.c ├── server.c └── str_cut+function.c /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/CODE_OF_CONDUCT.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/README.md -------------------------------------------------------------------------------- /SECURITY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/SECURITY.md -------------------------------------------------------------------------------- /backdoor.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/backdoor.c -------------------------------------------------------------------------------- /backdoortest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/backdoortest.c -------------------------------------------------------------------------------- /keylogger.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/keylogger.h -------------------------------------------------------------------------------- /sertest.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/sertest.c -------------------------------------------------------------------------------- /server.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/server.c -------------------------------------------------------------------------------- /str_cut+function.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/hoangmanhkhiem/Virus_LangC/HEAD/str_cut+function.c --------------------------------------------------------------------------------