Document removal of quarantine flag during setup of portable version for macOS users (#3250)

* Document removal of quarantine flag during setup of portable version for macOS users

* Update setup.md

Co-authored-by: k4lizen <124312252+k4lizen@users.noreply.github.com>

---------

Co-authored-by: k4lizen <124312252+k4lizen@users.noreply.github.com>
pull/3268/head
Matt. 4 months ago committed by GitHub
parent a3929d578b
commit 77b161bd69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -94,5 +94,21 @@ or
```
depending on which version you installed. You may add the appropriate file to your shell's PATH.
### Removing Quarantine Flags (macOS)
When first setting up the portable version of Pwndbg in macOS, Gatekeeper will normally try to prevent
any code in the extracted files from running until the user explicitly allows each file to be run.
As we ship many files which would require this, the process of manually granting permission for each
one to be run can get quite tiresome.
In order to do this to all files at once, you may choose to run the following command, which removes
the quarantine flag from all extracted files at once:
```{.bash .copy}
xattr -rd com.apple.quarantine pwndbg
```
Assuming that the files were extracted to a folder called `pwndbg`.
## Installing from source
See [contributing/Installing Pwndbg from source](contributing/setup-pwndbg-dev.md#installing-pwndbg-from-source), you do not need the "The development environment" section.

Loading…
Cancel
Save