├── Legushell ├── Android.mk ├── Application.mk ├── TEA.c ├── TEA.h ├── run_Android_mk.bat ├── shella.cpp └── shella.h ├── Leguunshell ├── Txlegu_TEA_x64.dll └── py_unshell.py └── README.md /Legushell/Android.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/Android.mk -------------------------------------------------------------------------------- /Legushell/Application.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/Application.mk -------------------------------------------------------------------------------- /Legushell/TEA.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/TEA.c -------------------------------------------------------------------------------- /Legushell/TEA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/TEA.h -------------------------------------------------------------------------------- /Legushell/run_Android_mk.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/run_Android_mk.bat -------------------------------------------------------------------------------- /Legushell/shella.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/shella.cpp -------------------------------------------------------------------------------- /Legushell/shella.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Legushell/shella.h -------------------------------------------------------------------------------- /Leguunshell/Txlegu_TEA_x64.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Leguunshell/Txlegu_TEA_x64.dll -------------------------------------------------------------------------------- /Leguunshell/py_unshell.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/Leguunshell/py_unshell.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/dzx1994/LeguDecompile/HEAD/README.md --------------------------------------------------------------------------------