tplink-vxworks-based-firmware
tplink-vxworks-based-firmware copied to clipboard
Tools for working with TP-LINK VxWorks-based router firmware
``` https://www.lfd.uci.edu/~gohlke/pythonlibs/#pylzma 这个不行 在python3.6 下成功 解压 ----> 1 decompressor.decompress(data[4:]) #后面重新new一个 EOFError: Already at end of stream In [47]: type data -------> type(data) -------> type(data) Out[47]: bytes In [48]: decompressor= lzma.LZMADecompressor(format=lzma.FORMAT_ALONE)...
i'm trying to deconstruct a firmware update file for TP-LINK WE932RE and i found your code, but it does not work with the current files. Can you tell me how...