Advertisement
Guest User

Untitled

a guest
May 29th, 2016
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. $> binwalk -e wr741ndv4_ru_3_13_2_up_boot(140521).bin
  2.  
  3. $ls
  4. 120200.squashfs 20400 20400.7z 3CEC 3CEC.7z squashfs-root unsquashfs
  5.  
  6. $> ./unsquashfs -v
  7. unsquashfs version 4.2 (2011/02/28)
  8.  
  9. $> ./unsquashfs -h
  10. SYNTAX: ./unsquashfs [options] filesystem [directories or files to extract]
  11. [...]
  12. Decompressors available:
  13. gzip
  14. lzma
  15.  
  16. $> ./unsquashfs 120200.squashfs
  17. Parallel unsquashfs: Using 1 processor
  18. lzma uncompress failed with error code 9
  19. read_block: failed to read block @0x23d12a
  20. read_fragment_table: failed to read fragment table index
  21. FATAL ERROR aborting: failed to read fragment table
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement