Closed GoogleCodeExporter closed 9 years ago
Original comment by ero.carr...@gmail.com
on 12 Jan 2012 at 7:14
I've just committed revision 117 into subversion
(http://code.google.com/p/pefile/source/browse/trunk/pefile.py)
I'd be great if you could verify whether it fixes the issue.
Original comment by ero.carr...@gmail.com
on 22 Jan 2012 at 2:14
The issue about MemoryError seems to have been resolved.
However, now I get something like that:
Traceback (most recent call last):
File "app_main.py", line 51, in run_toplevel
File "..\disitool.py", line 258, in <module>
Main()
File "..\disitool.py", line 231, in Main
DeleteDigitalSignature(args[1], args[2])
File "..\disitool.py", line 59, in DeleteDigitalSignature
pe = pefile.PE(SignedFile)
AttributeError: 'module' object has no attribute 'PE'
I'm not really sure what does this mean, because quick view into exe file shows
magic code "PE"... but the original issue of MemoryError seems to be solved now.
Original comment by Wolfer...@Wolferajd.eu
on 22 Jan 2012 at 10:23
Original issue reported on code.google.com by
Wolfer...@Wolferajd.eu
on 11 Jan 2012 at 7:40Attachments: