├── COPYING ├── Makefile ├── README.txt ├── functions.c ├── functions.h ├── interpreter.c ├── obash.c ├── obfuscated_bash.c ├── recreate_interpreter_header └── testme /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/COPYING -------------------------------------------------------------------------------- /Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/Makefile -------------------------------------------------------------------------------- /README.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/README.txt -------------------------------------------------------------------------------- /functions.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/functions.c -------------------------------------------------------------------------------- /functions.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/functions.h -------------------------------------------------------------------------------- /interpreter.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/interpreter.c -------------------------------------------------------------------------------- /obash.c: -------------------------------------------------------------------------------- 1 | obfuscated_bash.c -------------------------------------------------------------------------------- /obfuscated_bash.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/obfuscated_bash.c -------------------------------------------------------------------------------- /recreate_interpreter_header: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/recreate_interpreter_header -------------------------------------------------------------------------------- /testme: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/louigi600/obash/HEAD/testme --------------------------------------------------------------------------------