View Single Post
Old 12-18-2009, 05:35 PM   #125
Lilly
Guru
Lilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it isLilly knows what time it is
 
Lilly's Avatar
 
Posts: 688
Karma: 2090
Join Date: Dec 2007
Device: Sony PRS-505, PRS-900 & PRS-950, Amazon Kindle2
Quote:
Originally Posted by JSWolf View Post
I did install Python 2.6.4 and PyCrypto for 2.6 and got the following...

Code:
Traceback (most recent call last):
  File "G:\MP\unswindle.py", line 752, in gui_main
    inpath, pid = unswindler.get_book()
  File "G:\MP\unswindle.py", line 703, in get_book
    debugger.main_loop()
  File "G:\MP\unswindle.py", line 562, in main_loop
    self._handle_bp(addr)
  File "G:\MP\unswindle.py", line 493, in _handle_bp
    callback(self, context)
  File "G:\MP\unswindle.py", line 627, in _get_book_path
    path = debugger.read_process_memory(addr, 4096)
  File "G:\MP\unswindle.py", line 436, in read_process_memory
    raise DebuggerError("could not read memory @ 0x%08x" % (addr,))
TypeError: %x format: a number is required, not c_void_p
P.S. I did forget to mention that I am using XP Pro 32-bit with an AMD Athlon processor.
That's the same errors we were getting with version 2 of of Unswindle. Make sure you are using version 3 that was posted less then an hour ago.
Lilly is offline   Reply With Quote