Open
Description
The to-do list:
- Update all the "print_" messages so they make more sense
- Update all function descriptions so they are correct
- Update README
- A better way to do cleanup. Right now.. if function returns False in early stage, this prevents the cleanup in most of the functions. (Fixed in: f8dd0a6)
- Restructure winstructures, it's all messy right now
- Convert the code to python3 but keep python2 support so Pupy (https://github.com/n1nj4sec/pupy) can work
- Add automated testing (Travis CI, AppVeyor, etc.)
- Replace all
sys.argv[]
calls frommain.py
and use argparse instead (Fixed in: 7de4146) - Deprecate py2exe support
- Remove py2exe from README
- Add better way to display the scan results
- Change Syntax
winpwnage.py
in README tomain.py
- Deprecate DLL based methods/functions
- Remove Python2 support