|
BuildingTheExecutable
The source code for windows-privesc-check is Python. This page describes how to create a Windows executable (.exe file) using pyinstaller. The process below was tested on Windows XP. Install DependenciesIn order to run windows-privesc-check.exe, you don't need any dependencies installed. However, to build the .exe yourself, you'll need to following:
Other versions will work too - these are just an example of known working versions. Build Executable
This should create the following .exe for you: windows-privesc-check\dist\window-privesc-check.exe Useful LinksThese resources are incredibly useful:
|
► Sign in to add a comment