pwn-compile/README.md

783 B

pwn-compile

Compile.ps1 repository.

Installation

First compile.ps1 to your maps directory and unblock the script with Unblock-File:

Unblock-File compile.ps1

Then open an Administrative powershell prompt and update your powershell execution policy to allow unsigned scripts from remote sources:

Set-ExecutionPolicy RemoteSigned

And answer with A:

Execution Policy

Usage

All-Cores mode

To run this script with all available cores, open a powershell terminal, cd to this directory and run:

.\compile.ps1

X Cores mode

To override the number of cores used to compile, set the Cores param when calling the script:

.\compile.ps1 -Cores 2