You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. pe = PE("C:\\Windows\\System32\\catroot2\\edb.log")
What is the expected output? What do you see instead?
There should be no exceptions, but PEFormatError(), in fact:
Traceback (most recent call last):
File "C:\Temp\pefile_mockup_3.py", line 15, in <module>
pe = PE(file_name)
File "build\bdist.win32\egg\pefile.py", line 1754, in __init__
File "build\bdist.win32\egg\pefile.py", line 1810, in __parse__
UnboundLocalError: local variable 'fd' referenced before assignment
What version of the product are you using? On what operating system?
pefile-1.2.10-139.zip
Please provide any additional information below.
File C:\Windows\System32\catroot2\edb.log is locked by this system process -
svchost.exe running under NT AUTHORITY\NETWORK SERVICE account.
Original issue reported on code.google.com by [email protected] on 19 Aug 2014 at 5:52
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 19 Aug 2014 at 5:52The text was updated successfully, but these errors were encountered: