├── .gitignore ├── COPYING ├── README.md ├── bin └── patch.exe ├── init.py ├── input ├── TudouVideoPlayer_Homer_NewSkin.swf ├── TudouYoukuPlayer_Homer.swf └── player.swf ├── link.json ├── output └── .gitignore ├── patch └── player.swf.patch ├── temp └── .gitignore ├── tools └── WinRABCDAsm │ ├── Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll │ ├── NLog.dll │ ├── RABCDAsm │ ├── CHANGELOG.md │ ├── COPYING │ ├── README.md │ ├── abcexport.exe │ ├── abcreplace.exe │ ├── asasm.hrc │ ├── liblzma.dll │ ├── liblzma.lib │ ├── rabcasm.exe │ ├── rabcdasm.exe │ ├── swf7zcompress.exe │ ├── swfbinexport.exe │ ├── swfbinreplace.exe │ ├── swfdecompress.exe │ └── swflzmacompress.exe │ ├── WinRABCDAsm.exe │ └── WinRABCDAsm.exe.config └── url.json /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/.gitignore -------------------------------------------------------------------------------- /COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/COPYING -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/README.md -------------------------------------------------------------------------------- /bin/patch.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/bin/patch.exe -------------------------------------------------------------------------------- /init.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/init.py -------------------------------------------------------------------------------- /input/TudouVideoPlayer_Homer_NewSkin.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/input/TudouVideoPlayer_Homer_NewSkin.swf -------------------------------------------------------------------------------- /input/TudouYoukuPlayer_Homer.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/input/TudouYoukuPlayer_Homer.swf -------------------------------------------------------------------------------- /input/player.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/input/player.swf -------------------------------------------------------------------------------- /link.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/link.json -------------------------------------------------------------------------------- /output/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/output/.gitignore -------------------------------------------------------------------------------- /patch/player.swf.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/patch/player.swf.patch -------------------------------------------------------------------------------- /temp/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/temp/.gitignore -------------------------------------------------------------------------------- /tools/WinRABCDAsm/Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/Microsoft.CompilerServices.AsyncTargetingPack.Net4.dll -------------------------------------------------------------------------------- /tools/WinRABCDAsm/NLog.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/NLog.dll -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/CHANGELOG.md -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/COPYING: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/COPYING -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/README.md -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/abcexport.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/abcexport.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/abcreplace.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/abcreplace.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/asasm.hrc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/asasm.hrc -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/liblzma.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/liblzma.dll -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/liblzma.lib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/liblzma.lib -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/rabcasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/rabcasm.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/rabcdasm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/rabcdasm.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/swf7zcompress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/swf7zcompress.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/swfbinexport.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/swfbinexport.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/swfbinreplace.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/swfbinreplace.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/swfdecompress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/swfdecompress.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/RABCDAsm/swflzmacompress.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/RABCDAsm/swflzmacompress.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/WinRABCDAsm.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/WinRABCDAsm.exe -------------------------------------------------------------------------------- /tools/WinRABCDAsm/WinRABCDAsm.exe.config: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/tools/WinRABCDAsm/WinRABCDAsm.exe.config -------------------------------------------------------------------------------- /url.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/zbtang/OpenGG.Clean.Player-client/HEAD/url.json --------------------------------------------------------------------------------