An open API service indexing awesome lists of open source software.

https://github.com/sysinternals/procdump-for-mac

Release repository for ProcDump-for-Mac
https://github.com/sysinternals/procdump-for-mac

Last synced: 6 months ago
JSON representation

Release repository for ProcDump-for-Mac

Awesome Lists containing this project

README

        

# ProcDump-for-Mac
Release repository for ProcDump-for-Mac. Source code is available in the [ProcDump-for-Linux](https://github.com/Sysinternals/ProcDump-for-Linux) repo.

## Installation
To install ProcDump for Mac, you'll need to install [Homebrew](https://brew.sh) if you haven't already.

1. Add the Sysinternals tap:
```bash
brew tap sysinternals/sysinternalstap
```

1. Install individual Sysinternals tools:
```bash
brew install procdump
```