Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. c:\Python27>me_cleaner.py me_2.0.5.3105.rgn
  2. ME image detected
  3. Found FPT header at 0x10
  4. Found 20 partition(s)
  5. Found FTPR header: FTPR partition spans from 0x6f000 to 0xe7000
  6. Removing extra partitions...
  7. Removing extra partition entries in FPT...
  8. Removing EFFS presence flag...
  9. Correcting checksum (0xed)...
  10. ME firmware version 2.0.5.3105
  11. Reading FTPR modules list...
  12. Wiping LZMA section (0x1fffffffe - 0xe7000)...
  13. Can't find the LLUT region in the FTPR partition
  14. BUP (LZMA, 0x070000 - 0x088000): outside the LZMA region (0x1fffffffe - 0xe7000), skipping
  15. (LZMA, 0x822523 - 0x19ae09b2): outside the LZMA region (0x1fffffffe - 0xe7000), skipping
  16. Traceback (most recent call last):
  17. File "C:\Python27\me_cleaner.py", line 299, in <module>
  18. lzma_removed, huffman_removed)
  19. File "C:\Python27\me_cleaner.py", line 96, in module_removal_report
  20. name = mod_header[0x04:0x14].rstrip(b"\x00").decode("ascii")
  21. UnicodeDecodeError: 'ascii' codec can't decode byte 0x90 in position 1: ordinal not in range(128)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement