├── .gitattributes ├── LICENSE ├── README.md ├── dictionaries ├── mgs2_gcx_ascii_strings1.txt ├── mgs2_gcx_google_10000_english1.txt ├── mgs2_gcx_google_10000_english2.txt ├── mgs2_pc_idlists.txt ├── mgs2_reverse.txt ├── mgs2_stage_names.txt └── mgs4_charas.txt └── gcx_decompiler.py /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/README.md -------------------------------------------------------------------------------- /dictionaries/mgs2_gcx_ascii_strings1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs2_gcx_ascii_strings1.txt -------------------------------------------------------------------------------- /dictionaries/mgs2_gcx_google_10000_english1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs2_gcx_google_10000_english1.txt -------------------------------------------------------------------------------- /dictionaries/mgs2_gcx_google_10000_english2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs2_gcx_google_10000_english2.txt -------------------------------------------------------------------------------- /dictionaries/mgs2_pc_idlists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs2_pc_idlists.txt -------------------------------------------------------------------------------- /dictionaries/mgs2_reverse.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs2_reverse.txt -------------------------------------------------------------------------------- /dictionaries/mgs2_stage_names.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs2_stage_names.txt -------------------------------------------------------------------------------- /dictionaries/mgs4_charas.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/dictionaries/mgs4_charas.txt -------------------------------------------------------------------------------- /gcx_decompiler.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oct0xor/gcx_decompiler/HEAD/gcx_decompiler.py --------------------------------------------------------------------------------