WinPwnage icon indicating copy to clipboard operation
WinPwnage copied to clipboard

add pyproject.toml

Open fa0311 opened this issue 2 years ago • 1 comments

Overview

  • Added pyproject.toml
  • Renamed main.py to main.py

Scope of impact

Existing commands using main.py will no longer be available

Why

Allows pip to manage dependencies.

Usage

  1. pip install git+https://github.com/rootm0s/WinPwnage.git
  2. python -m winpwnage --scan uac or winpwnage --scan uac

From my repository:

  1. pip install git+https://github.com/fa0311/WinPwnage-Patched.git
  2. python -m winpwnage --scan uac or winpwnage --scan uac

or requirements.txt: winpwnage @ git+https://github.com/fa0311/WinPwnage-Patched.git@e9c7de88870990c25f819c6d1594335c28bb5bac

Issue

  • Some entries in pyproject are insufficient
    • Please specify version correctly
    • Authors must be emailed
    • Please specify license correctly #85
  • README.md command needs to be changed

Signed-off-by: ふぁ [email protected]

fa0311 avatar Jan 26 '23 16:01 fa0311

I thought about using pyinstaller to automatically build the files, but I thought it would be more appropriate to distribute the built files in releases, etc.

fa0311 avatar Jan 26 '23 16:01 fa0311