├── 360QVM.py ├── README.md ├── ResourceHacker.exe ├── char_company.pkl ├── file_description_model.json ├── file_name.pkl ├── icon ├── doc.ico ├── docx.ico └── wps1.ico ├── lda_dict.pkl ├── lda_model.pkl ├── pic.png ├── rcedit-x64.exe ├── requirements.txt ├── tools ├── get_file_name.py └── get_version_info.py ├── train ├── train_company_name_models.py ├── train_file_description_models.py └── train_file_name_model.py └── word_company.pkl /360QVM.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/360QVM.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/README.md -------------------------------------------------------------------------------- /ResourceHacker.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/ResourceHacker.exe -------------------------------------------------------------------------------- /char_company.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/char_company.pkl -------------------------------------------------------------------------------- /file_description_model.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/file_description_model.json -------------------------------------------------------------------------------- /file_name.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/file_name.pkl -------------------------------------------------------------------------------- /icon/doc.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/icon/doc.ico -------------------------------------------------------------------------------- /icon/docx.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/icon/docx.ico -------------------------------------------------------------------------------- /icon/wps1.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/icon/wps1.ico -------------------------------------------------------------------------------- /lda_dict.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/lda_dict.pkl -------------------------------------------------------------------------------- /lda_model.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/lda_model.pkl -------------------------------------------------------------------------------- /pic.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/pic.png -------------------------------------------------------------------------------- /rcedit-x64.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/rcedit-x64.exe -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/requirements.txt -------------------------------------------------------------------------------- /tools/get_file_name.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/tools/get_file_name.py -------------------------------------------------------------------------------- /tools/get_version_info.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/tools/get_version_info.py -------------------------------------------------------------------------------- /train/train_company_name_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/train/train_company_name_models.py -------------------------------------------------------------------------------- /train/train_file_description_models.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/train/train_file_description_models.py -------------------------------------------------------------------------------- /train/train_file_name_model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/train/train_file_name_model.py -------------------------------------------------------------------------------- /word_company.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/A-new/bypass360QVM/HEAD/word_company.pkl --------------------------------------------------------------------------------