Advertisement
Guest User

Untitled

a guest
Mar 29th, 2020
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.46 KB | None | 0 0
  1. C:\Users\BD9a\Downloads\Krakatau-master>python decompile.py -out resuult file.jar
  2. Krakatau Copyright (C) 2012-20 Robert Grosse
  3. This program is provided as open source under the GNU General Public License.
  4. See LICENSE.TXT for more details.
  5.  
  6. Attempting to automatically locate the standard library...
  7. Unable to find the standard library
  8. processing target , 17 remaining
  9. Loading
  10. Traceback (most recent call last):
  11. File "decompile.py", line 158, in <module>
  12. decompileClass(path, targets, args.out, args.skip, magic_throw=args.xmagicthrow)
  13. File "decompile.py", line 101, in decompileClass
  14. c = e.getClass(target.decode('utf8'))
  15. File "C:\Users\BD9a\Downloads\Krakatau-master\Krakatau\environment.py", line 24, in getClass
  16. result = self._loadClass(name)
  17. File "C:\Users\BD9a\Downloads\Krakatau-master\Krakatau\environment.py", line 87, in _loadClass
  18. data = self._searchForFile(name)
  19. File "C:\Users\BD9a\Downloads\Krakatau-master\Krakatau\environment.py", line 81, in _searchForFile
  20. return archive.read(name)
  21. File "C:\Python27\lib\zipfile.py", line 958, in read
  22. return self.open(name, "r", pwd).read()
  23. File "C:\Python27\lib\zipfile.py", line 653, in read
  24. data = self.read1(n)
  25. File "C:\Python27\lib\zipfile.py", line 715, in read1
  26. self._update_crc(data, eof=eof)
  27. File "C:\Python27\lib\zipfile.py", line 670, in _update_crc
  28. raise BadZipfile("Bad CRC-32 for file %r" % self.name)
  29. zipfile.BadZipfile: Bad CRC-32 for file u'.class'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement