You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running master (v0.3 tag) I get this while trying to decompress a big-endian JFFS2 filesystem from a mips_24kc architecture. Debian 10 on x64.
$ jefferson 3A0000.jffs2
duplicate inode use detected!!!
duplicate inode use detected!!!
duplicate inode use detected!!!
duplicate inode use detected!!!
duplicate inode use detected!!!
Traceback (most recent call last):
File "/usr/local/bin/jefferson", line 513, in <module>
main()
File "/usr/local/bin/jefferson", line 484, in main
fs_list = list(scan_fs(content, cstruct.BIG_ENDIAN, verbose=args.verbose))
File "/usr/local/bin/jefferson", line 328, in scan_fs
inode.unpack(content[0 + offset :])
File "/usr/local/bin/jefferson", line 213, in unpack
self.data = jffs2_lzma.decompress(node_data, self.dsize)
File "/usr/local/lib/python3.7/dist-packages/jefferson/jffs2_lzma.py", line 20, in decompress
decompressed = pylzma.decompress(lzma_data)
TypeError: Error while decompressing: 1
Hi,
Running master (v0.3 tag) I get this while trying to decompress a big-endian JFFS2 filesystem from a mips_24kc architecture. Debian 10 on x64.
The text was updated successfully, but these errors were encountered: