-
Notifications
You must be signed in to change notification settings - Fork 385
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
python 3 support #2
Comments
That's correct, shouldn't be any problems converting it to python3 though. If the people want it in python3 I can probably make it possible in the near days. But at the moment i'm rewriting the dll hijacking code. |
For those who want to run it with python3, ill suggest you have a look at: |
flake8 testing of https://github.com/rootm0s/WinPwnage on Python 3.7.0 $ flake8 . --count --select=E901,E999,F821,F822,F823 --show-source --statistics
|
Only supporting Python 2.7, if you want to try it out in Python 3, feel free to do all the work |
would like to contribute to py3 support! |
This is on the to-do list list, closing the issue since it will be adressed in a future PR. |
i see the code seem still on python 2, correct me if i am wrong
Thx 😃
The text was updated successfully, but these errors were encountered: