Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError in __init__ due to ctypes.wintypes missing import #22

Closed
strictlymike opened this issue Jan 21, 2020 · 3 comments
Closed

Comments

@strictlymike
Copy link
Contributor

The file __init__.py should import ctypes.wintypes at the top to allow the following line (and friends) to work:

('SizeOfStruct', ctypes.wintypes.ULONG),  # 1104

Currently just running flareqdb.exe elicits:

AttributeError: 'module' object has no attribute 'wintypes'
@strictlymike
Copy link
Contributor Author

Completed with commit fdad21e

@strictlymike
Copy link
Contributor Author

Thanks to @schrodyn for making me get off my butt and close this btw :-P

@schrodyn
Copy link

Beautiful, the author and the code. Thanks @strictlymike

For anyone in the future - this affected the version of flare-qdb currently in FlareVM but is now fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants