ctce8_cfg_tool icon indicating copy to clipboard operation
ctce8_cfg_tool copied to clipboard

A tool for packing/unpacking ZTE Optical Modem configuration file

Results 8 ctce8_cfg_tool issues
Sort by recently updated
recently updated
newest added

UnpackError(UnpackError { reason: "文件格式不正确,cfc header magic位 校验失败" }) 机型:移动定制光猫 ZXHN F673AV9 可以通过附件发给 corberan 兄看看能解么?

ctce8_cfg_tool.exe unpack ctce8_ZXHN_F1855V2.cfg ctce8.xml UnpackError(UnpackError { reason: "文件格式不正确,cfc header magic位 校验失败" })

运行程序出现如下错误: `thread 'main' panicked at 'attempt to subtract with overflow', src/main.rs:319:8` 输出调试信息发现: `input_file_size is 28672` `special_file_size is 31132` 手动更改如图所示处的文件大小为6f 80后出现如下错误: `UnpackError(UnpackError { reason: "文件格式不正确,cfc header magic位 校验失败" }) ` ![图片](https://user-images.githubusercontent.com/18532671/89136268-63bd8780-d565-11ea-9c2c-639252d3acae.png)

```ps PS C:\Users\Yue_plus\Desktop\e8_Config_Backup> .\ctce8_cfg_tool_x64.exe unpack .\ctce8_H60G.cfg .\ctce8_H60G.xml UnpackError(UnpackError { reason: "文件格式不正确(CTCE8_HEADER_PART1)" }) ```

头部结构变了很多,猜不出新的布局,CTCE8HeaderPart1, special_file_size, CTCE8HeaderPart2 勉强可以对应上,但是 device_model_name 和 CfgHeader 找不到 ![image](https://user-images.githubusercontent.com/5122675/133540580-874cd556-c45a-4d9f-9720-e1d847f8252c.png)

我尝试着用你的程序unpack我的配置文件,发现它报出{reason: "文件格式不正确(CTCE8_HEADER_PART1)" } 在使用WinHex修改之后成功解码 以下为F633N的文件头部 00000000 99 99 99 99 44 44 44 44 55 55 55 55 AA AA AA AA 00000010 00 00 00 00 00 00 00...

UnpackError(UnpackError { reason: "文件格式不正确,cfc header magic位 校验失败" })