Welcome, Guest! Log In | Create Account

Ticket #7 (accepted bug report)

Opened 4 months ago

Last modified 4 months ago

WinAppDbg fails in Python 2.3 when trying to get the winerror property of WindowsError

Reported by: qvasimodo Owned by: qvasimodo
Component: Unspecified Severity: low
Keywords: Cc:

Description (last modified by qvasimodo) (diff)

The WindowsError exception class has a property named "winerror", which contains the Win32 error code, as opposed to "errno" which contains the error code translated by msvcrt.

However in Python 2.3 and older, WindowsError contained the Win32 API error code in errno, and winerror didn't exist. This causes WinAppDbg to fail in some cases, particularly when trying to enumerate processes, threads and modules.

Change History

Changed 4 months ago by qvasimodo

  • description modified (diff)

Changed 4 months ago by qvasimodo

  • status changed from new to accepted
Note: See TracTickets for help on using tickets.