├── README.md ├── core ├── imgResize.py └── test.py ├── dat ├── MCG_DLL.dll ├── OCR.dll ├── na.dat ├── weibo.dat ├── wy.dat ├── yhd.dat └── zhihu.dat ├── run.py └── testimg ├── natest_1ACE.jpg ├── wbtest_2bc2w.png ├── wytest_2anq.bmp ├── yhdtest_2ejm.bmp └── zhtest_3axs.jpg /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/README.md -------------------------------------------------------------------------------- /core/imgResize.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/core/imgResize.py -------------------------------------------------------------------------------- /core/test.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/core/test.py -------------------------------------------------------------------------------- /dat/MCG_DLL.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/MCG_DLL.dll -------------------------------------------------------------------------------- /dat/OCR.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/OCR.dll -------------------------------------------------------------------------------- /dat/na.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/na.dat -------------------------------------------------------------------------------- /dat/weibo.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/weibo.dat -------------------------------------------------------------------------------- /dat/wy.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/wy.dat -------------------------------------------------------------------------------- /dat/yhd.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/yhd.dat -------------------------------------------------------------------------------- /dat/zhihu.dat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/dat/zhihu.dat -------------------------------------------------------------------------------- /run.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/run.py -------------------------------------------------------------------------------- /testimg/natest_1ACE.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/testimg/natest_1ACE.jpg -------------------------------------------------------------------------------- /testimg/wbtest_2bc2w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/testimg/wbtest_2bc2w.png -------------------------------------------------------------------------------- /testimg/wytest_2anq.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/testimg/wytest_2anq.bmp -------------------------------------------------------------------------------- /testimg/yhdtest_2ejm.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/testimg/yhdtest_2ejm.bmp -------------------------------------------------------------------------------- /testimg/zhtest_3axs.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LoseNine/Crack-Website-code/HEAD/testimg/zhtest_3axs.jpg --------------------------------------------------------------------------------