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

component_store_utils.py references "win32security", which doesn't exist. It is called "Win32Security" #8

Closed
GeldHades27355 opened this issue Sep 6, 2024 · 2 comments

Comments

@GeldHades27355
Copy link

GeldHades27355 commented Sep 6, 2024

examples/VBS-UEFI-Locks-Bypass/Config.xml fails because component_store_utils.py references win32security, which doesn't exist.

After manually installing it with pip install win32security, pip list shows it as "Win32Security".

@GeldHades27355 GeldHades27355 reopened this Sep 6, 2024
@GeldHades27355 GeldHades27355 changed the title component_store_utils.py references "win32security", which doesn't exist. It is called "win32security-X.Y.Z" component_store_utils.py references "win32security", which doesn't exist. It is called "Win32Security" Sep 6, 2024
@0xDeku
Copy link
Collaborator

0xDeku commented Sep 7, 2024

I could not repro this. Win32Security and win32security are not the same modules -
Win32Security
Pywin32's win32security

image

Please follow the installation instructions, win32security should not be missing. Let me know if you encounter issues.

@0xDeku 0xDeku closed this as not planned Won't fix, can't repro, duplicate, stale Sep 7, 2024
@GeldHades27355
Copy link
Author

Didnt think they were - since Python is case sensitive.

So here's my system:

[](C:\Program Files\Python312\Scripts>python -m pip install pywin32
DEPRECATION: Loading egg at c:\program files\python312\lib\site-packages\psutil-6.0.0-py3.12-win-amd64.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at
pypa/pip#12330
DEPRECATION: Loading egg at c:\program files\python312\lib\site-packages\windowsdowndate-1.0-py3.12.egg is deprecated. pip 24.3 will enforce this behaviour change. A possible replacement is to use pip for package installation. Discussion can be found at
pypa/pip#12330
Requirement already satisfied: pywin32 in c:\program files\python312\lib\site-packages (306))

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