├── LICENSE ├── Makefile ├── README.md ├── mimic.c ├── set_target_pid.c ├── string_to_vector.c └── wordexp_t_to_vector.c /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/LICENSE -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/Makefile -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/README.md -------------------------------------------------------------------------------- /mimic.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/mimic.c -------------------------------------------------------------------------------- /set_target_pid.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/set_target_pid.c -------------------------------------------------------------------------------- /string_to_vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/string_to_vector.c -------------------------------------------------------------------------------- /wordexp_t_to_vector.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/emptymonkey/mimic/HEAD/wordexp_t_to_vector.c --------------------------------------------------------------------------------