Skip to content

Conversation

@fa0311
Copy link

@fa0311 fa0311 commented Jan 26, 2023

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
  • README.md command needs to be changed

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

Signed-off-by: ふぁ <[email protected]>
@fa0311
Copy link
Author

fa0311 commented Jan 26, 2023

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.

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

Successfully merging this pull request may close these issues.

2 participants