0xba1100n / vxfile_extractor

一键提取vxwork固件内部文件,并依据binwalk分析结果和uboot镜像内文件名偏移表,正确恢复vxwork文件名
6 stars 2 forks source link

Unable to handle TP-Link TL-WR, TL-WDR, and Archer series firmware #2

Open winmt opened 1 week ago

winmt commented 1 week ago

Test models: TL-WR842N, TL-WDR7660, Archer C80.

0xba1100n commented 1 week ago

Ok, i will look look the Archer C80 firmware's situaction 👀 And the newest commit have solve the TL-WR842N extracting.Sadly,i just can't find TL-WDR7660's file offset table,it may have been encrypted or compressed in some place,which is hard for automatic...

winmt commented 1 week ago

Ok, i will look look the Archer C80 firmware's situaction 👀 And the newest commit have solve the TL-WR842N extracting.Sadly,i just can't find TL-WDR7660's file offset table,it may have been encrypted or compressed in some place,which is hard for automatic...

The latest version cannot handle TL-WR842N V9.0. Adaptability needs to be improved. You can refer to this paper: https://arxiv.org/html/2407.05064v1

0xba1100n commented 1 week ago

oh sorry i have just test the TL-WR842N V3,but not the v7,v9 version firmwares of this machine... ok i will see this paper and think about another way to recover them properly,thank you so much^_^