├── .gitignore ├── BcsExtractor.cs ├── BcsExtractor.csproj ├── BcsExtractor.sln ├── Blowfish.cs ├── FileFormat.md ├── LICENSE ├── ProxyStream.cs ├── README.md ├── Rune.md └── tanuki.lst /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/.gitignore -------------------------------------------------------------------------------- /BcsExtractor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/BcsExtractor.cs -------------------------------------------------------------------------------- /BcsExtractor.csproj: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/BcsExtractor.csproj -------------------------------------------------------------------------------- /BcsExtractor.sln: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/BcsExtractor.sln -------------------------------------------------------------------------------- /Blowfish.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/Blowfish.cs -------------------------------------------------------------------------------- /FileFormat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/FileFormat.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/LICENSE -------------------------------------------------------------------------------- /ProxyStream.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/ProxyStream.cs -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/README.md -------------------------------------------------------------------------------- /Rune.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/Rune.md -------------------------------------------------------------------------------- /tanuki.lst: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/nel1391/BcsExtractor/HEAD/tanuki.lst --------------------------------------------------------------------------------